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 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_ZoomMode Enumeration}}
 
{{#customTitle:PXV_ZoomMode Enumeration}}
{{#parentPage:PXV:PXV_Enumerations|PXV_ZoomMode Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_ZoomMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 10:41, 23 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

IPXV_PagesView::SetZoom, IPXV_PagesLayoutManager::GetNextZoom, IPXV_PagesLayoutManager::GetPrevZoom, IPXV_PagesLayoutManager::SetZoom, IPXV_PagesLayoutManager::ZoomMode, IPXV_Control::SetZoom, IPXV_Control::ZoomMode