ZoomMode Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies zoom type.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
FitXYZ | 0 | Display the page designated by page, with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom. | |
FitPage | 1 | Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. | |
FitHorizontal | 2 | Display the page designated by page, with its contents magnified just enough to fit the entire page within the window, both horizontally and vertically. | |
FitVertical | 3 | Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. | |
FitRectangle | 4 | Display the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window, both horizontally and vertically. | |
FitBounding | 5 | Display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window, both horizontally and vertically. | |
FitBoundingHorizontal | 6 | Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. | |
FitBoundingVertical | 7 | Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. |
See Also