class Wacom::Kiosk::Pdf::Shared::JsonAcrofield
Summary
| Members | Descriptions |
|---|---|
{property} string Name | Gets or sets the name. |
{property} string Type | Gets or sets the type. |
{property} string DefaultValue | Gets or sets the default value. |
{property} string Value | Gets or sets the current value. |
{property} double Left | Gets or sets the left. |
{property} double Top | Gets or sets the top. |
{property} double Width | Gets or sets the width. |
{property} double Height | Gets or sets the height. |
{property} Dictionary< string, string > Options | Gets or sets the options. |
{property} string ExportValue | Gets or sets ExportValue (for CheckBoxes and RadioButtons) |
{property} bool IsRequired | Gets or sets mandatory status of field |
public inline JsonAcrofield() | Initializes a new instance of the JsonAcrofield class. |
public inline JsonAcrofield(string name,double left,double top,double width,double height,string type,string defaultValue,string value,Dictionary< string, string > options,string exportValue,bool isRequired) | Initializes a new instance of the JsonAcrofield class. |
Members
{property} string Name
Gets or sets the name.
The name.
{property} string Type
Gets or sets the type.
The type.
{property} string DefaultValue
Gets or sets the default value.
The default value.
{property} string Value
Gets or sets the current value.
The value.
{property} double Left
Gets or sets the left.
The left.
{property} double Top
Gets or sets the top.
The top.
{property} double Width
Gets or sets the width.
The width.
{property} double Height
Gets or sets the height.
The height.
{property} Dictionary< string, string > Options
Gets or sets the options.
The options.
{property} string ExportValue
Gets or sets ExportValue (for CheckBoxes and RadioButtons)
{property} bool IsRequired
Gets or sets mandatory status of field
public inline JsonAcrofield()
Initializes a new instance of the JsonAcrofield class.
Required for serialization
public inline JsonAcrofield(string name,double left,double top,double width,double height,string type,string defaultValue,string value,Dictionary< string, string > options,string exportValue,bool isRequired)
Initializes a new instance of the JsonAcrofield class.
Parameters
-
nameThe name. -
leftThe left. -
topThe top. -
widthThe width. -
heightThe height. -
typeThe type. -
defaultValueThe default value. -
valueThe value. -
optionsThe options. -
exportValueThe export value. -
isRequiredIs field mandatory