PXV_ZoomMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_ZoomMode Enumeration}}
 
{{#customTitle:PXV_ZoomMode Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:56, 20 April 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

See also ...