←Select platform

DocumentPageFitType Enumeration

Summary

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

Syntax

C#
VB
Java
C++
[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.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly