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

PdfAcroFormButtonStyle Enum

Lists values specifying the appearance of the form field’s button.

Namespace: DevExpress.Pdf

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

Declaration

public enum PdfAcroFormButtonStyle

Members

Name Description
Circle

Circle button style.

Check

Check button style.

Star

Star button style.

Cross

Cross button style.

Diamond

Diamond button style.

Square

Square button style.

Remarks

The values listed by this enumeration are used to set the PdfAcroFormCheckBoxField.ButtonStyle, PdfAcroFormRadioGroupField.ButtonStyle, PdfGraphicsAcroFormCheckBoxField.ButtonStyle and PdfGraphicsAcroFormRadioGroupField.ButtonStyle properties.

See Also