InkDivisionType Enumeration

InkDivisionType Enumeration

Defines values for the structural types within the IInkDivisionResult object.

Declaration

[C++]

typedef enum InkDivisionType {
    IDT_Segment = 0,
    IDT_Line = 1,
    IDT_Paragraph = 2,
    IDT_Drawing = 3
};

[Microsoft® Visual Basic® 6.0]

Enum InkDivisionType
    IDT_Segment = 0
    IDT_Line = 1
    IDT_Paragraph = 2
    IDT_Drawing = 3
End Enum

Members

The following tables list the enumeration values.

Name Description
Segment A recognition segment.
Line A line of handwriting that contains one or more recognition segments.
Paragraph A block of strokes that contains one or more lines of handwriting.
Drawing Ink that is not text.