PdfDestinationPageNumberField
PageWidget Property
|
Get and sets the PdfLoadedPage
Namespace:
Spire.Pdf.AutomaticFields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfPageWidget
See Also