Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

DocumentPageFitType Enumeration






Specifies how to fit the page when an internal link is invoked.
Syntax
[DataContractAttribute()]
[SerializableAttribute()]
public enum DocumentPageFitType : System.Enum 
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum DocumentPageFitType 
   Inherits System.Enum
'Usage
 
Dim instance As DocumentPageFitType
public enum DocumentPageFitType
            
[DataContractAttribute()]
[SerializableAttribute()]
public enum class DocumentPageFitType : public System.Enum 
Members
ValueMemberDescription
0x00000000None No fitting. Use Position and ZoomPercent if they have valid values.
0x00000001Fit Show the whole page in the view. If the page is smaller, do not zoom in.
0x00000002FitAlways Show the whole page in the view. If the page is smaller, zoom in to fit.
0x00000003FitWidth Fit the view so the whole width of the page is visible.
0x00000004FitHeight Fit the view so the whole height of the page is visible.
Remarks

DocumentPageFitType is used as the value for DocumentLinkTarget.PageFitType.

Example

For an example, refer to DocumentPage.GetLinks and DocumentStructure.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Documents.DocumentPageFitType

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents Namespace

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