Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfAnnotation> Annotations { get; }

Property Value

Type Description
IList<PdfAnnotation>

A collection of PdfAnnotation objects.

See Also