←Select platform

Types Property

Summary

The type of each point in this pencil annotation object.

Syntax
C#
C++/CLI
Java
Python
public IList<int> Types { get; } 
public java.util.List<java.lang.Integer> getTypes(); 
public:  
   property IList<Int32>^ Types 
   { 
      IList<Int32>^ get() 
   } 
Types # get  (PDFPencilAnnotation) 

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 22.0.2023.7.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.