Click or drag to resize

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
)

Parameters

buf
Type: SystemByte
the data
filter
Type: pdftron.FiltersIFilter
the filter_chain

Return Value

Type: Obj
the obj
See Also