Skip to main content

PdfNames.AnnotationAppearances Property

Provides access to a dictionary of annotation appearances.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IDictionary<string, PdfAnnotationAppearances> AnnotationAppearances { get; }

Property Value

Type Description
IDictionary<String, PdfAnnotationAppearances>

A dictionary, containing the PdfAnnotationAppearances objects, along with their String key values.

See Also