IPXS_DecodeFilter Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Methods)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_DecodeFilter Interface}}
 
{{#customTitle:IPXS_DecodeFilter Interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[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]]
 
| Returns information about stream.
 
|-
 
 
| [[PXV:IPXS_DecodeFilter_Init|Init]]
 
| [[PXV:IPXS_DecodeFilter_Init|Init]]
| ...
 
|-
 
 
| [[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]]
+
| [[PXV:IPXS_DecodeFilter_GetStreamInfo|GetStreamInfo]]
| ...
+
|  
 +
|
 +
|
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXS_DecodeFilter_Flags|Flags]]
 
| [[PXV:IPXS_DecodeFilter_Flags|Flags]]
| style="text-align: center" | R
 
| Filter's flags
 
|-
 
 
| [[PXV:IPXS_DecodeFilter_Name|Name]]
 
| [[PXV:IPXS_DecodeFilter_Name|Name]]
| style="text-align: center" | R
 
| PDF name of the filter
 
|-
 
 
| [[PXV:IPXS_DecodeFilter_PrevFilter|PrevFilter]]
 
| [[PXV:IPXS_DecodeFilter_PrevFilter|PrevFilter]]
| style="text-align: center" | R
+
|  
| Previous filter in the chain
+
 
|}
 
|}

Revision as of 16:00, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Decode Init Rewind Skip
GetStreamInfo

Properties

Flags Name PrevFilter