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

PdfInteractiveForm.DefaultAppearanceCommands Property

Gets a collection of default appearance commands.

Namespace: DevExpress.Pdf

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

Declaration

public IEnumerable<PdfCommand> DefaultAppearanceCommands { get; }

Property Value

Type Description
IEnumerable<PdfCommand>

A collection of PdfCommand objects.

See Also