Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfInteractiveFormField.AppearanceCommands Property

Gets the appearance commands for an interactive form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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