PdfDocumentPageLayout Property |
(Optional) Gets or sets the value specifying the page layout to be used when the document is opened.
Default value: SinglePage.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public PdfPageLayout PageLayout { get; set; }
Public Property PageLayout As PdfPageLayout
Get
Set
Property Value
PdfPageLayout
The value specifying the page layout to be used when the document is opened.
See Also