ObjGetDecodedStream Method |
Gets the decoded stream.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IFilter GetDecodedStream()
Public Function GetDecodedStream As IFilter
public:
virtual IFilter^ GetDecodedStream() sealed
function GetDecodedStream();
Return Value
Type:
IFilter
A filter to the decoded stream
See Also