ComponentOne PDF for .NET
C1.C1Pdf Namespace / CheckmarkType Enumeration

In This Topic
    CheckmarkType Enumeration
    In This Topic
    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