| PdfAnnotationName Property |
Gets or sets the annotation name, a text string uniquely identifying it among all the annotations on its page.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public virtual string Name { get; set; }
Public Overridable Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
override Name : string with get, set
/** @property */
public String get_Name()
/** @property */
public void set_Name(String value)
function get_Name();
function set_Name(value);
Property Value
StringSee Also