←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly