Specifies the PDF page fit type.
[SerializableAttribute()]
public enum PDFPageFitType
<SerializableAttribute()>
Public Enum PDFPageFitType
public enum PDFPageFitType
[SerializableAttribute()]
public enum class PDFPageFitType
Members
Value | Member | Description |
---|---|---|
0 | Default | Default mode. Do not change the page fit mode. |
1 | FitWidth | Fit the page width into the window. |
2 | FitHeight | Fit the page height into the window. |
3 | FitWidthBounds | Fit the window into the page width. |
4 | FitHeightBounds | Fit the window into the page height. |
5 | FitBounds | Fit the window into the page width and height. |
The PDFPageFitType structure is used as the type for the PDFBookmark.TargetPageFitType, PDFInternalLink.TargetPageFitType and PDFInitialViewOptions.PageFitType properties. It is used to instruct external viewers on how to fit the page in the viewer window when this bookmark or internal link is activated or clicked.
For an example, refer to PDFBookmark.
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