RadioButtonExportValue
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value that is posted from a radio button control.

Syntax

BSTR RadioButtonExportValue { get; set; }
Value
Export string value.

Remarks

This property indicates the value associated with a radio button control that is sent to a URL, when a PDF document form is submitted. The value must have only alphabetic and numeric characters.

See the AddButton method for examples.

See Also

Reference