←Select platform

PageModeType Property

Summary

Initial view page mode type when creating a PDF document.

Syntax

C#
VB
Java
Objective-C
C++
public PdfDocumentPageModeType PageModeType { get; set; } 
@property (nonatomic, assign) LTPdfDocumentPageModeType pageModeType 
public PdfDocumentPageModeType getPageModeType() 
public void setPageModeType(PdfDocumentPageModeType pageModeType) 
             

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly