Skip to main content
A newer version of this page is available. .

PdfPage.Annotations Property

Provides access to the collection of annotation dictionaries that contain indirect references to all annotations associated with the page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public IList<PdfAnnotation> Annotations { get; }

Property Value

Type Description
IList<PdfAnnotation>

A collection of PdfAnnotation objects.

See Also