PXS_StreamEncodeDecodeFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXS_StreamEncodeDecodeFlags Enumeration}}
 
{{#customTitle:PXS_StreamEncodeDecodeFlags Enumeration}}
{{#parentPage:PXV:PXS|PXS_StreamEncodeDecodeFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXS_Enumerations|PXS_StreamEncodeDecodeFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 16: Line 16:
 
     SEDF_ConvertYCbCr    = 4,
 
     SEDF_ConvertYCbCr    = 4,
 
     SEDF_ReplaceLZWByZIP = 16,
 
     SEDF_ReplaceLZWByZIP = 16,
 +
    SEDF_LossLess        = 32,
 
};
 
};
 
</pre>
 
</pre>
Line 30: Line 31:
 
;SEDF_ReplaceLZWByZIP
 
;SEDF_ReplaceLZWByZIP
 
:The ...
 
:The ...
 
+
;SEDF_LossLess
== See Also ==
+
:The ...
...
+

Latest revision as of 08:51, 16 May 2017


Specifies the ...

Syntax

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

Constants

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