zoomPercent Property (original) (raw)
Summary
Zoom percentage to use after moving to the page.
Syntax
Object.defineProperty(DocumentLinkTarget.prototype, 'zoomPercent',
get: function(),
set: function(value)
)
Property Value
The zoom percentage to use after moving to the page. Default value is 0.
Remarks
Viewer applications would normally perform the following when a link target is invoked:
- Go to the page number specified in PageNumber.
- Check the value of PageFitType, if it is other than DocumentPageFitType.None then fit the page as specified.
- If the of PageFitType is DocumentPageFitType.None then use Position to scroll to a specific position in the page and optionally ZoomPercent to update the zoom value.
Viewer application should verify these values and can chose to support only partial implementation.
Leadtools.Document Assembly