Click or drag to resize

AnnotationDataExporterCanExport Property

Gets a value indicating whether or not this AnnotationDataExporter can do a simple export.

Namespace:  Atalasoft.Annotate.Exporters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public abstract bool CanExport { get; }

Property Value

Type: Boolean
A value indicating whether this AnnotationDataExporter can do a simple export.
See Also