Sets the name of the field.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SetText(
	string text
)
Public Sub SetText ( 
	text As String
)
public:
void SetText(
	String^ text
)
member SetText : 
        text : string -> unit 

Parameters

text
String

See Also