PXC_ProfileFlags Enumeration

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

Revision as of 08:17, 20 May 2015


Specifies the ...

Syntax

enum PXC_ProfileFlags
{
    ProfileFlag_BuiltIn = -2147483648,
    ProfileFlag_Input   = 65536,
    ProfileFlag_Output  = 131072,
    ProfileFlag_DotGain = 262144,
};

Constants

ProfileFlag_BuiltIn
The ...
ProfileFlag_Input
The ...
ProfileFlag_Output
The ...
ProfileFlag_DotGain
The ...

See Also

...