InkList Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a collection of Bytescout.PDF.PointsArray, each representing a stroked path of ink annotation.
Inheritance Hierarchy
Bytescout.PDFInkList
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The InkList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InkList | Initializes a new instance of the Bytescout.PDF.InkList class. | |
InkList(IEnumerablePointsArray) | Initializes a new instance of the Bytescout.PDF.InkList class. |
Properties
Name | Description | |
---|---|---|
Count | Gets number of the elements in the collection. | |
Item | Gets the element at the specified index. |
Methods
Name | Description | |
---|---|---|
AddArray | Adds an array of points to the end of the collection. | |
Clear | Removes all elements from the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveArray | Removes the element at the specified index of the collection. | |
ToString | (Inherited from Object.) |
See Also