Specifies the page fit option.
lt.Documents.Writers.PdfDocumentPageFitType = {DefaultType: 0,FitWidth: 1,FitHeight: 2,FitWidthBounds: 3,FitHeightBounds: 4,FitBounds: 5}
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. |
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
