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 38: Line 38:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXV_PagesView_SetZoom|IPXV_PagesView::SetZoom]], [[PXV:IPXV_PagesLayoutManager_GetNextZoom|IPXV_PagesLayoutManager::GetNextZoom]], [[PXV:IPXV_PagesLayoutManager_GetPrevZoom|IPXV_PagesLayoutManager::GetPrevZoom]], [[PXV:IPXV_PagesLayoutManager_SetZoom|IPXV_PagesLayoutManager::SetZoom]], [[PXV:IPXV_PagesLayoutManager_ZoomMode|IPXV_PagesLayoutManager::ZoomMode]], [[PXV:IPXV_Control_SetZoom|IPXV_Control::SetZoom]], [[PXV:IPXV_Control_ZoomMode|IPXV_Control::ZoomMode]]

Revision as of 06:17, 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