Accusoft.NotateXpress13.Net
AnnType Property (LoadOptions)




Gets or sets the type of annotations that you are expecting.
Syntax
'Declaration
 
Public Property AnnType As AnnotationType
'Usage
 
Dim instance As LoadOptions
Dim value As AnnotationType
 
instance.AnnType = value
 
value = instance.AnnType
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);
}

Property Value

The type of the annotations.
Remarks
Choices are ImagingForWindows (aka Wang or Kodak), NotateXpress, TMSSequoia, NotateXpressXml, and XFDF.
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback