PXC_ProfileFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ProfileFlags Enumeration}}
 
{{#customTitle:PXC_ProfileFlags Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_ProfileFlags|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_ProfileFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_ProfileFlags
 
{
 
{
     ProfileFlag_BuiltIn = -2147483648;
+
     ProfileFlag_BuiltIn = -2147483648,
     ProfileFlag_Input = 65536;
+
     ProfileFlag_Input   = 65536,
     ProfileFlag_Output = 131072;
+
     ProfileFlag_Output = 131072,
     ProfileFlag_DotGain = 262144;
+
     ProfileFlag_DotGain = 262144,
 
};
 
};
 
</pre>
 
</pre>
Line 23: Line 27:
 
;ProfileFlag_DotGain
 
;ProfileFlag_DotGain
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:37, 23 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 ...