Skip to main content

PdfInteractiveFormField.AppearanceCommands Property

Gets the appearance commands for an interactive form field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IEnumerable<PdfCommand> AppearanceCommands { get; }

Property Value

Type Description
IEnumerable<PdfCommand>

A collection of PdfCommand objects that represent appearance commands.

See Also