PXC_DocumentOpenFlags 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:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_DocumentOpenFlags Enumeration}}
 
{{#customTitle:PXC_DocumentOpenFlags Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_DocumentOpenFlags Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_DocumentOpenFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_DocumentOpenFlags
 
{
 
{
     DocOpenFlag_Preview = 1;
+
     DocOpenFlag_Preview   = 1;
 
     DocOpenFlag_IgnoreXFA = 2;
 
     DocOpenFlag_IgnoreXFA = 2;
 
};
 
};

Revision as of 07:00, 23 April 2015


Specifies the ...

Syntax

enum PXC_DocumentOpenFlags
{
    DocOpenFlag_Preview   = 1;
    DocOpenFlag_IgnoreXFA = 2;
};

Constants

DocOpenFlag_Preview
The ...
DocOpenFlag_IgnoreXFA
The ...

See Also

See also ...