Namespace TallComponents.PDF.Layout.Shapes.Fields
Class FieldShape
Used to add a form field area to a layer.
Syntax
public class FieldShape
: Shape
Constructors
Properties
Color BackgroundColor
The background color of this form field.
Color BorderColor
The color of the border of this form field.
BorderStyle BorderStyle
The border style of this form field.
Double BorderWidth
The width in points of the border of this form field.
Font Font
Returns the font of this form field.
Double FontSize
Returns the size of the font of this form field.
String FullName
Fully qualified name of this field.
Double Height
Height of this form field area.
Boolean Hidden
This field will not be visible in the pdf-viewer. Default = false.
HorizontalAlignment HorizontalAlignment
Justification to be used in displaying the text
String MappingName
Used when exporting data from the document.
Boolean NoExport
This field is not included when the form is submitted. Default = false.
Orientation Orientation
Orientation of field in degrees (counter-clockwise).
Boolean Print
This field will be visible on a printout. Default = true.
Boolean ReadOnly
Read-only state of this field. Default = false.
Boolean Required
Field is required. Default = false.
Color TextColor
The color of the text in this form field.
String Tooltip
The name of the field as used in the user interface.
Double Width
Width of this form field area.