Used to add a drop down list 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 DropDownListFieldShape : FieldShape
Visual Basic
<SerializableAttribute> _
Public Class DropDownListFieldShape _
	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..::..DropDownListFieldShape

See Also