PXV_ZoomMode 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:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_ZoomMode Enumeration}}
 
{{#customTitle:PXV_ZoomMode Enumeration}}
Line 37: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:21, 20 May 2015


Specifies the ...

Syntax

enum PXV_ZoomMode
{
    PXV_ZoomMode_Percent    = 0,
    PXV_ZoomMode_Actual     = 1,
    PXV_ZoomMode_FitWidth   = 2,
    PXV_ZoomMode_FitHeight  = 3,
    PXV_ZoomMode_FitPage    = 4,
    PXV_ZoomMode_FitVisible = 5,
    _PXV_ZoomMode_Max_      = 6,
};

Constants

PXV_ZoomMode_Percent
The ...
PXV_ZoomMode_Actual
The ...
PXV_ZoomMode_FitWidth
The ...
PXV_ZoomMode_FitHeight
The ...
PXV_ZoomMode_FitPage
The ...
PXV_ZoomMode_FitVisible
The ...
_PXV_ZoomMode_Max_
The ...

See Also

...