PdfPageNumberField
GetValue Method
|
Gets the value of the field at the specified graphics.
Namespace:
Spire.Pdf.AutomaticFields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected override string GetValue(
PdfCanvas graphics
)
Protected Overrides Function GetValue (
graphics As PdfCanvas
) As String
protected:
virtual String^ GetValue(
PdfCanvas^ graphics
) override
abstract GetValue :
graphics : PdfCanvas -> string
override GetValue :
graphics : PdfCanvas -> string
Parameters
-
graphics
-
Type:
Spire.Pdf.Graphics
PdfCanvas
The graphics.
Return Value
Type:
String
result
See Also