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

PdfDocumentPageFitType Enumeration

Show in webframe
Specifies the page fit option.
Syntax
Leadtools.Documents.Writers.PdfDocumentPageFitType = function() { };
Leadtools.Documents.Writers.PdfDocumentPageFitType.prototype = {
	defaultType = 0,
	fitWidth = 1,
	fitHeight = 2,
	fitWidthBounds = 3,
	fitHeightBounds = 4,
	fitBounds = 5,
	
 };
Members
ValueMemberDescription
0defaultType Default page fit type.
1fitWidth Fit page width.
2fitHeight Fit page height.
3fitWidthBounds Fit page width bounds.
4fitHeightBounds Fit page height bounds.
5fitBounds Fit page bounds.
Remarks

Use this option to set/retrieve the page fit type in PdfDocumentOptions.

See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file