PDFDocCreateIndirectStream Method (FilterReader) |
Creates the indirect stream.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectStream(
FilterReader data
)
Public Function CreateIndirectStream (
data As FilterReader
) As Obj
public:
virtual Obj^ CreateIndirectStream(
[InAttribute] FilterReader^ data
) sealed
function CreateIndirectStream(data);
Parameters
- data
- Type: pdftron.FiltersFilterReader
the data
Return Value
Type:
Obj the obj
See Also