Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

PageFitType Property (DocumentLinkTarget)

Show in webframe
Indicate how to fit the target page.
Syntax
get_pageFitType();
set_pageFitType(value);
Object.defineProperty('pageFitType');

Property Value

TypeDescription
DocumentPageFitTypeA value that indicate how to fit the target page. Default value is DocumentPageFitType.None.
Remarks

Viewer applications would normally perform the following when a link target is invoked:

  1. Go to the page number specified in PageNumber.

  2. Check the value of PageFitType, if it is other than DocumentPageFitType.None then fit the page as specified.

  3. 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.

See Also

Reference

DocumentLinkTarget Object
DocumentLinkTarget Members

Error processing SSI file