TextFieldAnnotationText Property |
Gets or sets text
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic string Text { get; set; }
Public Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Text : string with get, set
override Text : string with get, set
Property Value
Type:
StringImplements
ITextText
See Also