PdfInteractiveFormField.AppearanceCommands Property
Gets the appearance commands for an interactive form field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<PdfCommand> | A collection of PdfCommand objects that represent appearance commands. |
See Also