Click or drag to resize

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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPageLayout PageLayout { get; set; }

Property Value

PdfPageLayout
The value specifying the page layout to be used when the document is opened.
See Also