←Select platform

PageLayoutType Property

Summary

Initial view page layout type when creating a PDF document.

Syntax
C#
VB
Objective-C
C++
Java
public PdfDocumentPageLayoutType PageLayoutType { get; set; } 
Public Property PageLayoutType As PdfDocumentPageLayoutType 
@property (nonatomic, assign) LTPdfDocumentPageLayoutType pageLayoutType 
public PdfDocumentPageLayoutType getPageLayoutType() 
public void setPageLayoutType(PdfDocumentPageLayoutType pageLayoutType) 
public: 
property PdfDocumentPageLayoutType PageLayoutType { 
   PdfDocumentPageLayoutType get(); 
   void set (    PdfDocumentPageLayoutType ); 
} 

Property Value

One of the PdfDocumentPageLayoutType enumeration members that indicate the initial view layout of page mode to use when creating a PDF document. The default value is PdfDocumentPageLayoutType.SinglePageDisplay.

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