Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace : DocumentPageFitType Enumeration |
[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
Value | Member | Description |
---|---|---|
0x00000000 | None | No fitting. Use Position and ZoomPercent if they have valid values. |
0x00000001 | Fit | Show the whole page in the view. If the page is smaller, do not zoom in. |
0x00000002 | FitAlways | Show the whole page in the view. If the page is smaller, zoom in to fit. |
0x00000003 | FitWidth | Fit the view so the whole width of the page is visible. |
0x00000004 | FitHeight | Fit the view so the whole height of the page is visible. |
DocumentPageFitType is used as the value for DocumentLinkTarget.PageFitType.
For an example, refer to DocumentPage.GetLinks and DocumentStructure.
System.Object
System.ValueType
System.Enum
Leadtools.Documents.DocumentPageFitType