PXS_StreamEncodeDecodeFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 30: Line 30:
 
;SEDF_ReplaceLZWByZIP
 
;SEDF_ReplaceLZWByZIP
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Revision as of 06:15, 23 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 ...