Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

PDFPageFitType Enumeration






Specifies the PDF page fit type.
Syntax
[SerializableAttribute()]
public enum PDFPageFitType : System.Enum 
'Declaration
 
<SerializableAttribute()>
Public Enum PDFPageFitType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFPageFitType
public enum PDFPageFitType
[SerializableAttribute()]
public enum class PDFPageFitType : public System.Enum 
Members
ValueMemberDescription
0x00000000Default Default mode. Do not change the page fit mode.
0x00000001FitWidth Fit the page width into the window.
0x00000002FitHeight Fit the page height into the window.
0x00000003FitWidthBounds Fit the window into the page width.
0x00000004FitHeightBounds Fit the window into the page height.
0x00000005FitBounds 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Pdf.PDFPageFitType

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features