Property OnValue

Namespace TallComponents.PDF.Forms.Fields
Class CheckBoxField

The value for the field when it's in On state

Default value is 'Yes'.

Setting the OnValue value is supported for Classic PDF document only.

Note that the Value will be changed also if the checkbox is currently checked.

You may not set this value to 'Off'

There must be at least 1 widget connected to this fields, otherwise a NotSupportedException will be raised.

Syntax

public  String  OnValue  {  get;  set;  }

Property value

String