Click or drag to resize

ObjGetRawStream Method

Gets the raw stream.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IFilter GetRawStream(
	bool decrypt
)

Parameters

decrypt
Type: SystemBoolean
If true, decrypt the stream if the stream is encrypted.

Return Value

Type: IFilter
A filter to the encoded stream
See Also