Click or drag to resize

WangAnnotationType Enumeration

Specifies the type of WANG annotation used for serialization.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum WangAnnotationType
Members
  Member nameDescription
ImageEmbedded An image annotation in which the image data is embedded into the WANG data.
ImageReference An image annotation in which a filename is specified for the image.
StraightLine A single line annotation.
FreehandLine A freehand annotation.
HollowRectangle A rectangle annotation without a fill.
FilledRectangle A filled rectangle annotation.
TypedText A text annotation.
TextFromFile A text annotation containing text from a file.
TextStamp A text annotation that cannot be edited.
AttachANote A text annotation that has the appearance of a sticky note.
OcrRegion A rectangle selected to identify an area of the image to OCR in a separate process.
See Also