Get and sets the PdfLoadedPage

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

Syntax

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

Property Value

PdfPageWidget

See Also