Accusoft.PdfXpress7.Net
AnnotationName Property




The name of a PDF annotation.
Syntax
'Declaration
 
Public Property AnnotationName As String
'Usage
 
Dim instance As AnnotationEventArgs
Dim value As String
 
instance.AnnotationName = value
 
value = instance.AnnotationName
public string AnnotationName {get; set;}
public: __property string* get_AnnotationName();
public: __property void set_AnnotationName( 
   string* value
);
public:
property String^ AnnotationName {
   String^ get();
   void set (    String^ value);
}
Remarks

This value corresponds to the optional /NM key in the PDF annotation dictionary. For /NM key information see PDF Reference 1.7 at www.adobe.com/devnet/pdf/pdf_reference.html, section 8.4.1 Annotation Dictionaries, table 8.15.

See Also

Reference

AnnotationEventArgs Class
AnnotationEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback