| PdfMarkupAnnotationText Property |
Gets or sets the text label to be displayed in the title bar of the annotation’s pop-up window when open and active.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public virtual string Text { get; set; }
Public Overridable Property Text As String
Get
Set
public:
virtual property String^ Text {
String^ get ();
void set (String^ value);
}
abstract Text : string with get, set
override Text : string with get, set
/** @property */
public String get_Text()
/** @property */
public void set_Text(String value)
function get_Text();
function set_Text(value);
Property Value
StringRemarks
By convention, this entry identifies the user who added the annotation.
See Also