Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WidgetAnnotation Class / CheckStyle Property

In This Topic
    CheckStyle Property
    In This Topic
    Gets or sets the style of check mark that is used if this WidgetAnnotation is linked with a GrapeCity.Documents.Pdf.AcroForms.CheckBoxField or a GrapeCity.Documents.Pdf.AcroForms.RadioButtonField.

    Note that this property works over the ButtonAppearance.Caption property, for example if CheckStyle is CheckStyle.Cross, then ButtonAppearance.Caption will be "8".

    If the value of this property is null, it indicates that ButtonAppearance.Caption contains an unknown value.
    Syntax
    'Declaration
     
    Public Property CheckStyle As System.Nullable(Of CheckStyle)
    public System.Nullable<CheckStyle> CheckStyle {get; set;}
    See Also