AnnotationCollection Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an annotation collection.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayoutInternalCollectionAnnotation
      Apitron.PDF.Kit.Interactive.AnnotationsAnnotationCollection

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public class AnnotationCollection : InternalCollection<Annotation>

The AnnotationCollection type exposes the following members.

Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
Methods

  NameDescription
Public methodAdd(Annotation)
Adds the specified item.
(Overrides InternalCollectionTAdd(T).)
Public methodAdd(Annotation, Boolean)
Adds the specified item to the annotation collection.
Public methodClear
Clears this instance.
(Inherited from InternalCollectionT.)
Public methodContains
Determines whether the collection contains the specified item.
(Inherited from InternalCollectionT.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from InternalCollectionT.)
Top
See Also

Reference