PdfCheckFieldBase
Style Property
|
Gets or sets the style.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCheckBoxStyle Style { get; set; }
Public Property Style As PdfCheckBoxStyle
Get
Set
public:
property PdfCheckBoxStyle Style {
PdfCheckBoxStyle get ();
void set (PdfCheckBoxStyle value);
}
member Style : PdfCheckBoxStyle with get, set
Property Value
Type:
PdfCheckBoxStyle
Theobject specifies the style of the check box field.
See Also