A name object specifying the page layout to be used when the document is opened.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageLayout PageLayout { get; set; }
Public Property PageLayout As PdfPageLayout
	Get
	Set
public:
property PdfPageLayout PageLayout {
	PdfPageLayout get ();
	void set (PdfPageLayout value);
}
member PageLayout : PdfPageLayout with get, set

Property Value

PdfPageLayout

See Also