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# 
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
PdfCanvas

Return Value

String

See Also