SDFDocCreateIndirectStream Method (Byte) |
Creates an indirect stream.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectStream(
byte[] buffer
)
Public Function CreateIndirectStream (
buffer As Byte()
) As Obj
public:
virtual Obj^ CreateIndirectStream(
[InAttribute] array<unsigned char>^ buffer
) sealed
function CreateIndirectStream(buffer);
Parameters
- buffer
- Type: SystemByte
The buffer that contains the stream data.
Return Value
Type:
Obj
The created indrect stream 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