An annotation collection.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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