THPDFPage.AddCheckBox

THPDFPage

 

Métodos  Soporte AcroForm

Agrega un widget de casilla de verificación AcroForm a la página actual

 

Sintaxis Delphi:

procedure AddCheckBox(const FieldName, ExportValue: AnsiString; Rectangle: TRect; Checked: Boolean = false; Flags: THPDFFormFieldFlags = []);

 

Descripción

El método crea un campo /Btn sin el indicador Pushbutton ni Radio. ExportValue nombra el estado de apariencia marcada y Checked selecciona el valor inicial

 

Ver también: Soporte AcroForm, LastAnnotation