Click or drag to resize

PdfInkPointCollection Class

Represents a collection in which each item is a collection of line points
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.AnnotationsPdfInkPointCollection

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfInkPointCollection : IList<PdfLinePointCollection<PdfInkAnnotation>>, 
	ICollection<PdfLinePointCollection<PdfInkAnnotation>>, IEnumerable<PdfLinePointCollection<PdfInkAnnotation>>, 
	IEnumerable

The PdfInkPointCollection type exposes the following members.

Constructors
 NameDescription
Public methodPdfInkPointCollection Initialize a new instance of PdfInkPointCollection
Public methodPdfInkPointCollection(PdfTypeArray) Initialize a new instance of PdfInkPointCollection with specified ink list points
Top
Properties
 NameDescription
Public propertyCount Gets the number of PdfLinePointCollectionT contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItem Gets or sets the PdfLinePointCollectionT at the specified index
Top
Methods
 NameDescription
Public methodAdd Adds a PdfLinePointCollectionT to the collection
Public methodClear Removes all PdfLinePointCollectionT from the collection
Public methodContains Determines whether the collection contains a specific PdfLinePointCollectionT.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Protected methodFinalize Releases all lresources used by the collection.
(Overrides ObjectFinalize)
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific PdfLinePointCollectionT in the collection.
Public methodInsert Inserts a PdfLinePointCollectionT to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific PdfLinePointCollectionT from the collection.
Public methodRemoveAt Removes the PdfLinePointCollectionT at the specified index.
Top
See Also