CheckboxField

CheckboxField(Page, Rectangle)

Konstruktor für CheckboxField-Klasse.

public CheckboxField(Page page, Rectangle rect)
ParameterTypBeschreibung
pagePageSeite, auf der das Kontrollkästchen platziert wird.
rectRectanglePosition und Größe des Kontrollkästchens.

Siehe auch


CheckboxField(Document, Rectangle)

Konstruktor für CheckboxField-Klasse.

public CheckboxField(Document doc, Rectangle rect)
ParameterTypBeschreibung
docDocumentDokumentieren Sie, wo ein neues Feld erstellt wird.
rectRectangleRechteck, in dem ein neues Feld erstellt wird.

Siehe auch


CheckboxField()

Instanz von CheckboxField erstellen.

public CheckboxField()

Siehe auch


CheckboxField(Document)

Konstruktor zur Verwendung mit Generator.

public CheckboxField(Document doc)
ParameterTypBeschreibung
docDocumentDokumentieren Sie, wo das Feld erstellt wird.

Siehe auch