Initial view page mode type when creating a PDF document.
public PdfDocumentPageModeType PageModeType { get; set; }
Public Property PageModeType As Leadtools.Forms.Documentwriters.PdfDocumentPageModeType
@property (nonatomic, assign) LTPdfDocumentPageModeType pageModeType
public PdfDocumentPageModeType getPageModeType()
public void setPageModeType(PdfDocumentPageModeType pageModeType)
public:
property Leadtools.Forms.Documentwriters.PdfDocumentPageModeType PageModeType {
Leadtools.Forms.Documentwriters.PdfDocumentPageModeType get();
void set ( Leadtools.Forms.Documentwriters.PdfDocumentPageModeType );
}
One of the PdfDocumentPageModeType enumeration members that indicate the initial view page mode type to use to use when creating a PDF document. The default value is PdfDocumentPageModeType.PageOnly.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
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