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