Leadtools.Documents Namespace : DocumentPageFitType Enumeration |
Leadtools.Documents.DocumentPageFitType = function() { };
Leadtools.Documents.DocumentPageFitType.prototype = {
none = 0,
fit = 1,
fitAlways = 2,
fitWidth = 3,
fitHeight = 4,
};
Value | Member | Description |
---|---|---|
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.