typedef enum _DOCWRTPAGEFITTYPE
{
DOCWRTPAGEFITTYPE_DEFAULT = 0,
DOCWRTPAGEFITTYPE_FITWIDTH,
DOCWRTPAGEFITTYPE_FITHEIGHT,
DOCWRTPAGEFITTYPE_FITWIDTHBOUNDS,
DOCWRTPAGEFITTYPE_FITHEIGHTBOUNDS,
DOCWRTPAGEFITTYPE_FITBOUNDS,
} DOCWRTPAGEFITTYPE, *pDOCWRTPAGEFITTYPE;
The DOCWRTPAGEFITTYPE enumeration specifies the page fit type.
Member | Description |
---|---|
DOCWRTPAGEFITTYPE_DEFAULT | Do not change the page fit mode. This is the default mode. |
DOCWRTPAGEFITTYPE_FITWIDTH | Fits the page width into the window. |
DOCWRTPAGEFITTYPE_FITHEIGHT | Fits the page height into the window. |
DOCWRTPAGEFITTYPE_FITWIDTHBOUNDS | Fits the window into the page width. |
DOCWRTPAGEFITTYPE_FITHEIGHTBOUNDS | Fits the window into the page height. |
DOCWRTPAGEFITTYPE_FITBOUNDS | Fits the window into the page width and height. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET