Skip to main content
A newer version of this page is available. .

PdfInteractiveFormField.AppearanceCommands Property

Gets the appearance commands for an interactive form field.

Namespace: DevExpress.Pdf

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

Declaration

public IEnumerable<PdfCommand> AppearanceCommands { get; }

Property Value

Type Description
IEnumerable<PdfCommand>

A collection of PdfCommand objects that represent appearance commands.

See Also