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

PdfAnnotationAppearance.Forms Property

Gets custom forms with annotation appearances.

Namespace: DevExpress.Pdf

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

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