Accusoft.PdfXpress7.Net
AnnotationType Property




The type of PDF annotation.
Syntax
'Declaration
 
Public Property AnnotationType As String
'Usage
 
Dim instance As AnnotationEventArgs
Dim value As String
 
instance.AnnotationType = value
 
value = instance.AnnotationType
public string AnnotationType {get; set;}
public: __property string* get_AnnotationType();
public: __property void set_AnnotationType( 
   string* value
);
public:
property String^ AnnotationType {
   String^ get();
   void set (    String^ value);
}
Remarks

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

See Also

Reference

AnnotationEventArgs Class
AnnotationEventArgs Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback