Gets or sets the page.

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

Syntax

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

Property Value

PdfPageBase

See Also