PXV_ZoomMode Enumeration

From PDF XChange PDF SDK
Revision as of 06:17, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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