ComponentOne PDF for .NET
CheckmarkType Enumeration

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : CheckmarkType Enumeration
Specifies the look of checkmark in PdfCheckBox and PdfRadioButton fields.
Syntax
'Declaration
 
Public Enum CheckmarkType 
   Inherits System.Enum
public enum CheckmarkType : System.Enum 
Members
MemberDescription
CheckShows a "check" ("tick", V-shaped with longer right stroke) checkmark.
CircleShows a circular checkmark.
CrossShows a cross (X-shaped) checkmark.
DefaultShows a default checkmark (Circle for PdfRadioButton, Check for PdfCheckBox).
DiamondShows a diamond-shaped checkmark.
SquareShows a square checkmark.
StarShows a star-shaped checkmark.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Pdf.CheckmarkType

See Also

Reference

C1.C1Pdf Namespace