An annotation collection.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class AnnotationCollection : IEnumerable<Annotation>, 
	IEnumerable
Visual Basic
Public Class AnnotationCollection _
	Implements IEnumerable(Of Annotation), IEnumerable

Remarks

This collection is non-creatable and can be obtained through the Annotations property of HideAction.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Annotations..::..AnnotationCollection

See Also