THPDFPage.CreateRadioButton Method

Metodsammanfattning: THPDFPage.CreateRadioButton Method

Deklaration

function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;

Enhet

HPDFDoc

Parametrar

NamnSyfte
GroupNameRadio button group name
ExportValueValue exported when this option is selected
RectangleWidget rectangle on the page
SelectedInitial selected state

Returvärde

THPDFAcroFormField wrapper for the created radio button

Användningsanteckningar

Relaterade API:er