IPXS_DecodeFilter Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Properties)
(Methods)
Line 11: Line 11:
 
|-
 
|-
 
| [[PXV:IPXS_DecodeFilter_Decode|Decode]]
 
| [[PXV:IPXS_DecodeFilter_Decode|Decode]]
| ...
+
| Decode the next portion of [[PXV:IPXS_PDFVariant|stream]] into specified buffer.
 
|-
 
|-
 
| [[PXV:IPXS_DecodeFilter_GetStreamInfo|GetStreamInfo]]
 
| [[PXV:IPXS_DecodeFilter_GetStreamInfo|GetStreamInfo]]
| ...
+
| Returns information about stream.
 
|-
 
|-
 
| [[PXV:IPXS_DecodeFilter_Init|Init]]
 
| [[PXV:IPXS_DecodeFilter_Init|Init]]
Line 20: Line 20:
 
|-
 
|-
 
| [[PXV:IPXS_DecodeFilter_Rewind|Rewind]]
 
| [[PXV:IPXS_DecodeFilter_Rewind|Rewind]]
| ...
+
| Rewinds the stream position to beginning.
 
|-
 
|-
 
| [[PXV:IPXS_DecodeFilter_Skip|Skip]]
 
| [[PXV:IPXS_DecodeFilter_Skip|Skip]]

Revision as of 18:24, 29 March 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
Decode Decode the next portion of stream into specified buffer.
GetStreamInfo Returns information about stream.
Init ...
Rewind Rewinds the stream position to beginning.
Skip ...

Properties

Property Access Type Description
Flags R Filter's flags
Name R PDF name of the filter
PrevFilter R Previous filter in the chain