PXV_GotoDestinationFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(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:PXV_GotoDestinationFlags Enumeration}}
 
{{#customTitle:PXV_GotoDestinationFlags Enumeration}}
{{#parentPage:PXV:PXV|PXV_GotoDestinationFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_GotoDestinationFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXV_GotoDestinationFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_GotoDestinationFlags
 
{
 
{
     GotoDestFlag_IgnoreZoomChange = 1;
+
     GotoDestFlag_IgnoreZoomChange = 1,
 
};
 
};
 
</pre>
 
</pre>
Line 17: Line 18:
 
;GotoDestFlag_IgnoreZoomChange
 
;GotoDestFlag_IgnoreZoomChange
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:40, 23 May 2015


Specifies the ...

Syntax

enum PXV_GotoDestinationFlags
{
    GotoDestFlag_IgnoreZoomChange = 1,
};

Constants

GotoDestFlag_IgnoreZoomChange
The ...