Click or drag to resize

CheckboxWidgetAnnotationValue Property

Gets or sets the current value of the checkbox. Use CheckedValue or ClearedValue to be compatible with convention.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string Value { get; set; }

Property Value

Type: String
The value of the checkbox.
See Also