PXS_StreamFilterFlags 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_StreamFilterFlags Enumeration}}
 
{{#customTitle:PXS_StreamFilterFlags Enumeration}}
Line 37: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:19, 20 May 2015


Specifies the ...

Syntax

enum PXS_StreamFilterFlags
{
    SFF_Identity          = 1,
    SFF_Crypt             = 2,
    SFF_SupportByteMode   = 16,
    SFF_LossLess          = 32,
    SFF_Image             = 64,
    SFF_HasParams         = 128,
    SFF_ParamsAreOptional = 256,
};

Constants

SFF_Identity
The ...
SFF_Crypt
The ...
SFF_SupportByteMode
The ...
SFF_LossLess
The ...
SFF_Image
The ...
SFF_HasParams
The ...
SFF_ParamsAreOptional
The ...

See Also

...