←Select platform

DocumentPageFitType Enumeration

Summary

Specifies how to fit the page when an internal link is invoked.

Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentPageFitType 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentPageFitType 
public [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentPageFitType sealed 
public enum DocumentPageFitType 
Members
0 None

No fitting. Use Position and ZoomPercent if they have valid values.

1 Fit

Show the whole page in the view. If the page is smaller, do not zoom in.

2 FitAlways

Show the whole page in the view. If the page is smaller, zoom in to fit.

3 FitWidth

Fit the view so the whole width of the page is visible.

4 FitHeight

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.

Requirements
Target Platforms
See Also

Reference

Leadtools.Document Namespace

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

Leadtools.Document Assembly

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