SaveOptionsAnnotationTypes Property |
Defines what annotations will be in resultant document.
Namespace: GroupDocs.Annotation.OptionsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic AnnotationType AnnotationTypes { get; set; }
Public Property AnnotationTypes As AnnotationType
Get
Set
public:
property AnnotationType AnnotationTypes {
AnnotationType get ();
void set (AnnotationType value);
}
member AnnotationTypes : AnnotationType with get, set
Property Value
Type:
AnnotationType
See Also