Accusoft.NotateXpress13.Net
AnnType Property (SaveOptions)




Gets or sets the type of the type of annotations that NotateXpress can process.
Syntax
public AnnotationType AnnType {get; set;}
public: __property AnnotationType get_AnnType();
public: __property void set_AnnType( 
   AnnotationType value
);
public:
property AnnotationType AnnType {
   AnnotationType get();
   void set (    AnnotationType value);
}
'Declaration
 
Public Property AnnType As AnnotationType
 
'Usage
 
Dim instance As SaveOptions
Dim value As AnnotationType
 
instance.AnnType = value
 
value = instance.AnnType

Property Value

The AnnotationType enumeration values which NotateXpress can process.
See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback