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

DocumentPageFitType Enumeration

Show in webframe
Specifies how to fit the page when an internal link is invoked.
Syntax
Leadtools.Documents.DocumentPageFitType = function() { };
Leadtools.Documents.DocumentPageFitType.prototype = {
	none = 0,
	fit = 1,
	fitAlways = 2,
	fitWidth = 3,
	fitHeight = 4,
	
 };
Members
ValueMemberDescription
0none No fitting. Use Position and ZoomPercent if they have valid values.
1fit Show the whole page in the view. If the page is smaller, do not zoom in.
2fitAlways Show the whole page in the view. If the page is smaller, zoom in to fit.
3fitWidth Fit the view so the whole width of the page is visible.
4fitHeight Fit the view so the whole height of the page is visible.
Remarks

DocumentPageFitType is used as the value for DocumentLinkTarget.PageFitType.

See Also

Reference

Leadtools.Documents Namespace

Error processing SSI file