Click or drag to resize

ChoiceWidgetAnnotationValueAsString Property

Gets the value of the widget as a string. This value will be a comma-separated list built from the export names from each of the currently selected choices. If the export name for any choice is null, the display name will be used instead. If the name contains a comma, it will be replaced with two commas.

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 override string ValueAsString { get; }

Property Value

Type: String
See Also