Skip to main content
All docs
V26.1
  • Page.Annotations Property

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

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public AnnotationCollection Annotations { get; }

    Property Value

    Type Description
    AnnotationCollection

    A collection of annotations.

    See Also