PdfDocumentPageFitType Enumeration

Summary

Specifies the page fit option.

Syntax

JavaScript Syntax
lt.Documents.Writers.PdfDocumentPageFitType = { 
	DefaultType: 0, 
	FitWidth: 1, 
	FitHeight: 2, 
	FitWidthBounds: 3, 
	FitHeightBounds: 4, 
	FitBounds: 5 
} 
TypeScript Syntax
lt.Documents.Writers.PdfDocumentPageFitType = { 
	DefaultType: 0, 
	FitWidth: 1, 
	FitHeight: 2, 
	FitWidthBounds: 3, 
	FitHeightBounds: 4, 
	FitBounds: 5 
} 

Members

0 DefaultType

(0) Default page fit type.

1 FitWidth

(1) Fit page width.

2 FitHeight

(2) Fit page height.

3 FitWidthBounds

(3) Fit page width bounds.

4 FitHeightBounds

(4) Fit page height bounds.

5 FitBounds

(5) Fit page bounds.

Remarks

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly