PXC_DocumentViewFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_DocumentViewFlags Enumeration}}
 
{{#customTitle:PXC_DocumentViewFlags Enumeration}}
{{#parentPage:PXV:PXC|PXC_DocumentViewFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_DocumentViewFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_DocumentViewFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_DocumentViewFlags
 
{
 
{
     DocViewFlag_HideToolbar    = 0;
+
     DocViewFlag_HideToolbar    = 0,
     DocViewFlag_HideMenubar    = 1;
+
     DocViewFlag_HideMenubar    = 1,
     DocViewFlag_HideWindowUI    = 2;
+
     DocViewFlag_HideWindowUI    = 2,
     DocViewFlag_FitWindow      = 3;
+
     DocViewFlag_FitWindow      = 3,
     DocViewFlag_CenterWindow    = 4;
+
     DocViewFlag_CenterWindow    = 4,
     DocViewFlag_DisplayDocTitle = 5;
+
     DocViewFlag_DisplayDocTitle = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 34: Line 35:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_DocumentProps_ViewPrefFlag|IPXC_DocumentProps::ViewPrefFlag]]

Latest revision as of 10:35, 23 May 2015


Specifies the ...

Syntax

enum PXC_DocumentViewFlags
{
    DocViewFlag_HideToolbar     = 0,
    DocViewFlag_HideMenubar     = 1,
    DocViewFlag_HideWindowUI    = 2,
    DocViewFlag_FitWindow       = 3,
    DocViewFlag_CenterWindow    = 4,
    DocViewFlag_DisplayDocTitle = 5,
};

Constants

DocViewFlag_HideToolbar
The ...
DocViewFlag_HideMenubar
The ...
DocViewFlag_HideWindowUI
The ...
DocViewFlag_FitWindow
The ...
DocViewFlag_CenterWindow
The ...
DocViewFlag_DisplayDocTitle
The ...

See Also

IPXC_DocumentProps::ViewPrefFlag