Link Search Menu Expand Document

AnnotationCollections Class

Represents a collection of annotations.
Inheritance Hierarchy
SystemObject
Bytescout.PDFAnnotationCollections

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class AnnotationCollections : IEnumerable<Annotation>, 
	IEnumerable

The AnnotationCollections type exposes the following members.

Properties
NameDescription
Public propertyCount
Gets the number of the elements in the collection.
Public propertyItemInt32
Gets the element at the specified index.
Public propertyItemString
Gets named annotation (e.g. input field) by its name.
Top
Methods
NameDescription
Public methodAdd
Adds the specified annotation to the collection.
Public methodClear
Clears this collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the annotation with a specified index from the collection.
Public methodToString (Inherited from Object.)
Top
Fields
NameDescription
Public fieldAltWidgeNames
Top
See Also

Reference