Skip to main content

class Wacom::Kiosk::Pdf::Shared::JsonAcrofield

Summary

MembersDescriptions
{property} string NameGets or sets the name.
{property} string TypeGets or sets the type.
{property} string DefaultValueGets or sets the default value.
{property} string ValueGets or sets the current value.
{property} double LeftGets or sets the left.
{property} double TopGets or sets the top.
{property} double WidthGets or sets the width.
{property} double HeightGets or sets the height.
{property} Dictionary< string, string > OptionsGets or sets the options.
{property} string ExportValueGets or sets ExportValue (for CheckBoxes and RadioButtons)
{property} bool IsRequiredGets 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

  • name The name.

  • left The left.

  • top The top.

  • width The width.

  • height The height.

  • type The type.

  • defaultValue The default value.

  • value The value.

  • options The options.

  • exportValue The export value.

  • isRequired Is field mandatory