←Select platform

PdfDocumentPageFitType Enumeration

Summary

Specifies the page fit option.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum PdfDocumentPageFitType 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum PdfDocumentPageFitType  
    
    
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum PdfDocumentPageFitType    
typedef NS_ENUM(NSInteger, LTPdfDocumentPageFitType) 
public enum PdfDocumentPageFitType 
Leadtools.Forms.DocumentWriters.PdfDocumentPageFitType = function() { }; 
Leadtools.Forms.DocumentWriters.PdfDocumentPageFitType.prototype = {<br/> 
  Default = 0, 
    FitWidth = 1, 
    FitHeight = 2, 
    FitWidthBounds = 3, 
    FitHeightBounds = 4, 
    FitBounds = 5, 
     
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly