PDFDocCreateIndirectStream Method (Byte) |
Creates the indirect stream.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectStream(
byte[] buf
)
Public Function CreateIndirectStream (
buf As Byte()
) As Obj
public:
virtual Obj^ CreateIndirectStream(
[InAttribute] array<unsigned char>^ buf
) sealed
function CreateIndirectStream(buf);
Parameters
- buf
- Type: SystemByte
the data
Return Value
Type:
Obj the obj
See Also