C#
VB
Java
Objective-C
WinRT C#
C++
Specifies the page fit option.
[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
| Value | Member | Description |
|---|---|---|
| 0 | Default | Default page fit type. |
| 1 | FitWidth | Fit page width. |
| 2 | FitHeight | Fit page height. |
| 3 | FitWidthBounds | Fit page width bounds. |
| 4 | FitHeightBounds | Fit page height bounds. |
| 5 | FitBounds | Fit page bounds. |
Use this option to set/retrieve the page fit type in PdfDocumentOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
