←Select platform

Types Property

Summary

The type of each point in this pencil annotation object.

Syntax
C#
VB
C++
public IList<int> Types { get; } 
Public ReadOnly Property Types() As IList(Of Integer) 
   Get 
public:  
   property IList<Int32>^ Types 
   { 
      IList<Int32>^ get() 
   } 

Property Value

The type of each point in this pencil annotation object.

Remarks

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).

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly