Used to add a checkbox form field area to a layer.

Namespace: TallComponents.PDF.Layout.Shapes.Fields
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class CheckBoxFieldShape : FieldShape
Visual Basic
<SerializableAttribute> _
Public Class CheckBoxFieldShape _
	Inherits FieldShape

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Shapes..::..Shape
      TallComponents.PDF.Layout.Shapes.Fields..::..FieldShape
        TallComponents.PDF.Layout.Shapes.Fields..::..CheckBoxFieldShape

See Also