Used to add a radio button form field area to a layer.

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

Syntax

C#
[SerializableAttribute]
public class RadioButtonFieldShape : FieldShape
Visual Basic
<SerializableAttribute> _
Public Class RadioButtonFieldShape _
	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..::..RadioButtonFieldShape

See Also