The type of each point in this pencil annotation object.
public IList<int> Types { get; }
Public ReadOnly Property Types() As IList(Of Integer)
Get
public:
property IList<Int32>^ Types
{
IList<Int32>^ get()
}
The type of each point in this pencil annotation object.
The Type property contains a list of the point types (MoveTo or LineTo). These can be used to create disjointed lines if needed. If this list is omitted or is empty, then each segment is treated as if it was a line to the next point (in other words, treated as if the pencil object contains a list of all LineTo) items).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET