Gets the raw stream.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IFilter GetRawStream(
bool decrypt
)
Public Function GetRawStream (
decrypt As Boolean
) As IFilter
public:
virtual IFilter^ GetRawStream(
[InAttribute] bool decrypt
) sealed
function GetRawStream(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