 | PdfInkPointCollection Class |
Represents a collection in which each item is a collection of line points
Inheritance HierarchySystemObject Patagames.Pdf.Net.AnnotationsPdfInkPointCollection Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic class PdfInkPointCollection : IList<PdfLinePointCollection<PdfInkAnnotation>>,
ICollection<PdfLinePointCollection<PdfInkAnnotation>>, IEnumerable<PdfLinePointCollection<PdfInkAnnotation>>,
IEnumerable
Public Class PdfInkPointCollection
Implements IList(Of PdfLinePointCollection(Of PdfInkAnnotation)),
ICollection(Of PdfLinePointCollection(Of PdfInkAnnotation)), IEnumerable(Of PdfLinePointCollection(Of PdfInkAnnotation)),
IEnumerable
public ref class PdfInkPointCollection : IList<PdfLinePointCollection<PdfInkAnnotation^>^>,
ICollection<PdfLinePointCollection<PdfInkAnnotation^>^>, IEnumerable<PdfLinePointCollection<PdfInkAnnotation^>^>,
IEnumerable
type PdfInkPointCollection =
class
interface IList<PdfLinePointCollection<PdfInkAnnotation>>
interface ICollection<PdfLinePointCollection<PdfInkAnnotation>>
interface IEnumerable<PdfLinePointCollection<PdfInkAnnotation>>
interface IEnumerable
endpublic class PdfInkPointCollection implements IList<PdfLinePointCollection<PdfInkAnnotation>>,
ICollection<PdfLinePointCollection<PdfInkAnnotation>>, IEnumerable<PdfLinePointCollection<PdfInkAnnotation>>,
IEnumerable
Patagames.Pdf.Net.Annotations.PdfInkPointCollection = function();
Type.createClass(
'Patagames.Pdf.Net.Annotations.PdfInkPointCollection',
null,
IList`1,
ICollection`1,
IEnumerable`1,
IEnumerable);
The PdfInkPointCollection type exposes the following members.
Constructors
Properties
Methods
See Also