PdfDocumentPageFitType Enumeration

Summary

Specifies the page fit option.

Syntax
TypeScript
JavaScript
lt.Document.Writer.PdfDocumentPageFitType = { 
   defaultType: 0, 
   fitWidth: 1, 
   fitHeight: 2, 
   fitWidthBounds: 3, 
   fitHeightBounds: 4, 
   fitBounds: 5 
} 
lt.Document.Writer.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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.