TextBoxField
Inhalt
[
Ausblenden
]TextBoxField(Document)
Konstruktor, der mit Generator verwendet werden soll.
public TextBoxField(Document doc)
Parameter | Typ | Beschreibung |
---|---|---|
doc | Document | Dokumentieren Sie, wo das Feld erstellt wird. |
Siehe auch
- class Document
- class TextBoxField
- namensraum Aspose.Pdf.Forms
- Montage Aspose.PDF
TextBoxField()
Instanz von TextBoxField erstellen.
public TextBoxField()
Siehe auch
- class TextBoxField
- namensraum Aspose.Pdf.Forms
- Montage Aspose.PDF
TextBoxField(Page, Rectangle)
Konstruktor des TextBox-Felds.
public TextBoxField(Page page, Rectangle rect)
Parameter | Typ | Beschreibung |
---|---|---|
page | Page | Seite, auf der das Textfeld platziert wird. |
rect | Rectangle | Rechteck, wo das Textfeld auf der Seite platziert wird. |
Siehe auch
- class Page
- class Rectangle
- class TextBoxField
- namensraum Aspose.Pdf.Forms
- Montage Aspose.PDF
TextBoxField(Document, Rectangle)
Konstruktor des TextBox-Felds.
public TextBoxField(Document doc, Rectangle rect)
Parameter | Typ | Beschreibung |
---|---|---|
doc | Document | Dokumentieren Sie, wo das Feld erstellt wird. |
rect | Rectangle | Rechteck des Feldes. |
Siehe auch
- class Document
- class Rectangle
- class TextBoxField
- namensraum Aspose.Pdf.Forms
- Montage Aspose.PDF