LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFPageFitType Enumeration

Show in webframe





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

            

            
[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 and PDFInternalLink.TargetPageFitType 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.