Initial view page fit type when creating a PDF document.
Object.defineProperty(PdfDocumentOptions.prototype, 'pageFitType',
get: function(),
set: function(value)
)
pageFitType: PdfDocumentPageFitType;
One of the PdfDocumentPageFitType enumeration members that indicate the initial view page fit type mode to use when creating a PDF document. The default value is PdfDocumentPageFitType.Default.
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