SDFDocCreateIndirectString Method (Byte) |
Creates an indirect String Obj.
Namespace:
pdftron.SDF
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.SDF.SDFDoc.CreateIndirectString(System.Byte[])"]
Return Value
Type:
Obj
The created indirect String Obj.
Remarks
Unlike direct objects, indirect objects can be referenced by more than one
object (i.e. indirect objects they can be shared).
See Also