Skip to main content

PdfInteractiveForm.DefaultAppearanceCommands Property

Gets a collection of default appearance commands.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IEnumerable<PdfCommand> DefaultAppearanceCommands { get; }

Property Value

Type Description
IEnumerable<PdfCommand>

A collection of PdfCommand objects.

See Also