PdfPageNumberField
InternalLoadedGetValue Method
|
Internal method to get value of the field.
Namespace:
Spire.Pdf.AutomaticFields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected string InternalLoadedGetValue(
PdfPageWidget pageWidget
)
Protected Function InternalLoadedGetValue (
pageWidget As PdfPageWidget
) As String
protected:
String^ InternalLoadedGetValue(
PdfPageWidget^ pageWidget
)
member InternalLoadedGetValue :
pageWidget : PdfPageWidget -> string
Parameters
-
pageWidget
-
Type:
Spire.Pdf
PdfPageWidget
The page
Return Value
Type:
String
See Also