Link Search Menu Expand Document

InkList Class

Represents a collection of Bytescout.PDF.PointsArray, each representing a stroked path of ink annotation.
Inheritance Hierarchy
SystemObject
Bytescout.PDFInkList

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class InkList

The InkList type exposes the following members.

Constructors
NameDescription
Public methodInkList
Initializes a new instance of the Bytescout.PDF.InkList class.
Public methodInkList(IEnumerablePointsArray)
Initializes a new instance of the Bytescout.PDF.InkList class.
Top
Properties
NameDescription
Public propertyCount
Gets number of the elements in the collection.
Public propertyItem
Gets the element at the specified index.
Top
Methods
NameDescription
Public methodAddArray
Adds an array of points to the end of the collection.
Public methodClear
Removes all elements from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveArray
Removes the element at the specified index of the collection.
Public methodToString (Inherited from Object.)
Top
See Also

Reference