←Select platform

PdfDocumentPageFitType Enumeration

Summary
Specifies the page fit option.
Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum PdfDocumentPageFitType 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum PdfDocumentPageFitType  
typedef NS_ENUM(NSInteger, LTPdfDocumentPageFitType) 
public enum PdfDocumentPageFitType 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class PdfDocumentPageFitType   
Members
ValueMemberDescription
0Default 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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

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