←Select platform

PDFPageFitType Enumeration

Summary
Specifies the PDF page fit type.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFPageFitType  
<SerializableAttribute()> 
Public Enum PDFPageFitType  
public final class PDFPageFitType 
    extends java.lang.Enum<PDFPageFitType> 
[SerializableAttribute()] 
public enum class PDFPageFitType  
Members
ValueMemberDescription
0Default Default mode. Do not change the page fit mode.
1FitWidth Fit the page width into the window.
2FitHeight Fit the page height into the window.
3FitWidthBounds Fit the window into the page width.
4FitHeightBounds Fit the window into the page height.
5FitBounds Fit the window into the page width and height.
Remarks

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.

Example

For an example, refer to PDFBookmark.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.