Specifies how to fit the page when an internal link is invoked.
[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. |
DocumentPageFitType is used as the value for DocumentLinkTarget.PageFitType.
For an example, refer to DocumentPage.GetLinks and DocumentStructure.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
