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

PdfInteractiveFormField.DefaultStyle Property

Gets the default style string.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string DefaultStyle { get; }

Property Value

Type Description
String

A String value that represents the name of the default style applied to the interactive form.

See Also