Specifies the PDF page fit type.
[SerializableAttribute()]
public enum PDFPageFitType
<SerializableAttribute()>
Public Enum PDFPageFitType
public enum PDFPageFitType
[SerializableAttribute()]
public enum class PDFPageFitType
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document