class Wacom::Kiosk::Pdf::Shared::AcroField
Summary
| Members | Descriptions |
|---|---|
{property} Rect Rectangle | Gets the rectangle. |
{property} string Name | Gets the name. |
{property} AcroFieldTypes Type | Gets the type. |
{property} string DefaultValue | Gets the default value. |
{property} Dictionary< string, string > Options | Gets or sets the options. |
{property} string Value | Gets or sets Value |
{property} string ExportValue | Gets or sets ExportValue (for CheckBoxes and RadioButtons) |
{property} bool IsRequired | Gets or sets whether field is required (mandatory) |
public inline AcroField(JsonAcrofield jsonAcroField) | Initializes a new instance of the AcroField class. |
Members
{property} Rect Rectangle
Gets the rectangle.
The rectangle.
{property} string Name
Gets the name.
The name.
{property} AcroFieldTypes Type
Gets the type.
The type.
{property} string DefaultValue
Gets the default value.
The default value.
{property} Dictionary< string, string > Options
Gets or sets the options.
The options.
{property} string Value
Gets or sets Value
{property} string ExportValue
Gets or sets ExportValue (for CheckBoxes and RadioButtons)
{property} bool IsRequired
Gets or sets whether field is required (mandatory)
public inline AcroField(JsonAcrofield jsonAcroField)
Initializes a new instance of the AcroField class.
Parameters
jsonAcroFieldThe name.