Skip to main content

class Wacom::Kiosk::Pdf::Shared::AcroField

Summary

MembersDescriptions
{property} Rect RectangleGets the rectangle.
{property} string NameGets the name.
{property} AcroFieldTypes TypeGets the type.
{property} string DefaultValueGets the default value.
{property} Dictionary< string, string > OptionsGets or sets the options.
{property} string ValueGets or sets Value
{property} string ExportValueGets or sets ExportValue (for CheckBoxes and RadioButtons)
{property} bool IsRequiredGets 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

  • jsonAcroField The name.