IPXS_DecodeFilter Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Properties)
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_DecodeFilter Interface}}
 
{{#customTitle:IPXS_DecodeFilter Interface}}
 +
{{#parentPage:PXV:PXS_Interfaces|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]]
| ...
 
|-
 
| [[PXV:IPXS_DecodeFilter_GetStreamInfo|GetStreamInfo]]
 
| ...
 
|-
 
 
| [[PXV:IPXS_DecodeFilter_Init|Init]]
 
| [[PXV:IPXS_DecodeFilter_Init|Init]]
| ...
 
|-
 
 
| [[PXV:IPXS_DecodeFilter_Rewind|Rewind]]
 
| [[PXV:IPXS_DecodeFilter_Rewind|Rewind]]
| ...
+
| [[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
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXS_PDFVariant_Stream_CreateDecoder|IPXS_PDFVariant::Stream_CreateDecoder]], [[PXV:IPXS_Inst_GetStreamDecoder|IPXS_Inst::GetStreamDecoder]], [[PXV:IPXS_StreamFiltersFactory_CreateDecodeFilter|IPXS_StreamFiltersFactory::CreateDecodeFilter]], [[PXV:IPXC_EmbeddedFileStream_OpenStream|IPXC_EmbeddedFileStream::OpenStream]], [[PXV:IPXC_Sound_OpenStream|IPXC_Sound::OpenStream]]

Latest revision as of 08:54, 23 May 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Decode Init Rewind Skip
GetStreamInfo

Properties

Flags Name PrevFilter

See Also

IPXS_PDFVariant::Stream_CreateDecoder, IPXS_Inst::GetStreamDecoder, IPXS_StreamFiltersFactory::CreateDecodeFilter, IPXC_EmbeddedFileStream::OpenStream, IPXC_Sound::OpenStream