Skip to main content

PdfAnnotationAppearance.Forms Property

Gets custom forms with annotation appearances.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IDictionary<string, PdfForm> Forms { get; }

Property Value

Type Description
IDictionary<String, PdfForm>

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

See Also