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

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public string OnValue { get; set; }
Visual Basic
Public Property OnValue As String
	Get
	Set

Remarks

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.

See Also