Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfInteractiveForm.DefaultAppearanceCommands Property

Gets a collection of default appearance commands.

Namespace: DevExpress.Pdf

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

Declaration

public IEnumerable<PdfCommand> DefaultAppearanceCommands { get; }

Property Value

Type Description
IEnumerable<PdfCommand>

A collection of PdfCommand objects.

See Also