PXS_StreamEncodeDecodeFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXS_StreamEncodeDecodeFlags Enumeration}}
 
{{#customTitle:PXS_StreamEncodeDecodeFlags Enumeration}}
Line 31: Line 32:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:19, 20 May 2015


Specifies the ...

Syntax

enum PXS_StreamEncodeDecodeFlags
{
    SEDF_Default         = 0,
    SEDF_ByteMode        = 1,
    SEDF_IgnoreFKey      = 2,
    SEDF_ConvertYCbCr    = 4,
    SEDF_ReplaceLZWByZIP = 16,
};

Constants

SEDF_Default
The ...
SEDF_ByteMode
The ...
SEDF_IgnoreFKey
The ...
SEDF_ConvertYCbCr
The ...
SEDF_ReplaceLZWByZIP
The ...

See Also

...