public PdfDocumentPageLayoutType PageLayoutType {get; set;}
'Declaration
Public Property PageLayoutType As PdfDocumentPageLayoutType
'Usage
Dim instance As PdfDocumentOptions
Dim value As PdfDocumentPageLayoutType
instance.PageLayoutType = value
value = instance.PageLayoutType
public PdfDocumentPageLayoutType PageLayoutType {get; set;}
@property (nonatomic, assign) LTPdfDocumentPageLayoutType pageLayoutType
public PdfDocumentPageLayoutType getPageLayoutType()
public void setPageLayoutType(PdfDocumentPageLayoutType pageLayoutType)
<br/>get_PageLayoutType();<br/>set_PageLayoutType(value);<br/>Object.defineProperty('PageLayoutType');
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.