PXV_GotoDestinationFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 10: Line 10:
 
<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>

Revision as of 11:09, 8 May 2015


Specifies the ...

Syntax

enum PXV_GotoDestinationFlags
{
    GotoDestFlag_IgnoreZoomChange = 1,
};

Constants

GotoDestFlag_IgnoreZoomChange
The ...

See Also

See also ...