PXS_StreamDecodeDepth Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXS_StreamDecodeDepth Enumeration}}
 
{{#customTitle:PXS_StreamDecodeDepth Enumeration}}
{{#parentPage:PXV:PXS|PXS_StreamDecodeDepth Enumeration|enum}}
+
{{#parentPage:PXV:PXS_Enumerations|PXS_StreamDecodeDepth|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 25: Line 26:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXS_PDFVariant_Stream_CreateDecoder|IPXS_PDFVariant::Stream_CreateDecoder]], [[PXV:IPXS_PDFVariant_Stream_GetData|IPXS_PDFVariant::Stream_GetData]], [[PXV:IPXS_PDFVariant_Stream_GetMemData|IPXS_PDFVariant::Stream_GetMemData]]

Latest revision as of 10:39, 23 May 2015


Specifies the ...

Syntax

enum PXS_StreamDecodeDepth
{
    DecodeDepth_All         = -2,
    DecodeDepth_Raw         = -1,
    DecodeDepth_DecryptOnly = 0,
};

Constants

DecodeDepth_All
The ...
DecodeDepth_Raw
The ...
DecodeDepth_DecryptOnly
The ...

See Also

IPXS_PDFVariant::Stream_CreateDecoder, IPXS_PDFVariant::Stream_GetData, IPXS_PDFVariant::Stream_GetMemData