PdfPageFitMode Enumeration |
Describes view modes for a document
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum PdfPageFitMode
Public Enumeration PdfPageFitMode
Members
| Member name | Description |
---|
| PointZoom |
The view of the document will center on a specified point and a specified
zoom
|
| FitPage |
The view will contain the entire page
|
| FitWidth |
The view will contain the document scaled so that the width fills the view
|
| FitHeight |
The view will contain the document scaled so that the height fills the view
|
| FitRectangle |
The view will contain a specific rectangle
|
| FitBounds |
The view will contain the page bounding box
|
| FitBoundsWidth |
The view will contain the page bounding box scaled to fit its width
|
See Also