←Select platform

PageModeType Property

Summary
Initial view page mode type when creating a PDF document.
Syntax
C#
VB
Objective-C
C++
Java
public PdfDocumentPageModeType PageModeType { get; set; } 
Public Property PageModeType As PdfDocumentPageModeType 
@property (nonatomic, assign) LTPdfDocumentPageModeType pageModeType 
public PdfDocumentPageModeType getPageModeType() 
public void setPageModeType(PdfDocumentPageModeType pageModeType) 
public: 
property PdfDocumentPageModeType PageModeType { 
   PdfDocumentPageModeType get(); 
   void set (    PdfDocumentPageModeType ); 
} 

Property Value

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.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.