[]
        
(Showing Draft Content)

C1.Pdf.CheckmarkType

CheckmarkType Enum

Specifies the look of checkmark in PdfCheckBox and PdfRadioButton fields.

Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public enum CheckmarkType

Fields

Name Description
Check

Shows a "check" ("tick", V-shaped with longer right stroke) checkmark.

Circle

Shows a circular checkmark.

Cross

Shows a cross (X-shaped) checkmark.

Default

Shows a default checkmark (Circle for PdfRadioButton, Check for PdfCheckBox).

Diamond

Shows a diamond-shaped checkmark.

Square

Shows a square checkmark.

Star

Shows a star-shaped checkmark.