LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

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
[SerializableAttribute()]
public enum PDFPageFitType : System.Enum 
Leadtools.Pdf.PDFPageFitType = function() { };
Leadtools.Pdf.PDFPageFitType.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class PDFPageFitType : public System.Enum 
Members
MemberDescription
Default

Default mode. Do not change the page fit mode.

FitBounds

Fit the window into the page width and height.

FitHeight

Fit the page height into the window.

FitHeightBounds

Fit the window into the page height.

FitWidth

Fit the page width into the window.

FitWidthBounds

Fit the window into the page width.

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.