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

PdfNames.AnnotationAppearances Property

Provides access to a dictionary of annotation appearances.

Namespace: DevExpress.Pdf

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

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