PDFDocCreateIndirectString Method (Byte) |
Creates the indirect string.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectString(
byte[] buffer
)
Public Function CreateIndirectString (
buffer As Byte()
) As Obj
public:
virtual Obj^ CreateIndirectString(
[InAttribute] array<unsigned char>^ buffer
) sealed
function CreateIndirectString(buffer);
Parameters
- buffer
- Type: SystemByte
[Missing <param name="buffer"/> documentation for "M:pdftron.PDF.PDFDoc.CreateIndirectString(System.Byte[])"]
Return Value
Type:
Obj the obj
See Also