Accusoft.NotateXpressSdk Namespace > SaveOptions Class : AnnType Property |
'Declaration Public Property AnnType As AnnotationType
'Usage Dim instance As SaveOptions 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); }