FormFieldBuilder

FormFieldBuilder

अवलोकन

FormFieldBuilder यह एक क्लास है Aspose.PDF FOSS के लिए .NET.

नए इंटरैक्टिव फॉर्म फ़ील्ड बनाता है और उन्हें एक पीडीएफ दस्तावेज़ में जोड़ता हैं।.

इस वर्ग में .NET प्रोग्रामों में FormFieldBuilder वस्तुओं के साथ काम करने के लिए 7 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: AddCheckBox, AddComboBox, AddListBox, AddRadioButton, AddSignatureField, AddTextField, FormFieldBuilder. सभी सार्वजनिक सदस्य किसी भी .NET अनुप्रयोग के लिए उपलब्ध हैं Aspose.PDF FOSS को स्थापित करने के बाद .Net पैकेज के साथ।.

विधियाँ

SignatureDescription
FormFieldBuilder(document: Document)इस उदाहरण पर FormFieldBuilder कॉल करें।.
AddTextField(page: Page, name: string, rect: Rectangle, defaultValue: string?, fontSize: double)एक पृष्ठ पर पाठ फ़ील्ड जोड़ें।.
AddCheckBox(page: Page, name: string, rect: Rectangle, isChecked: bool)एक पृष्ठ पर चेकबॉक्स फ़ील्ड जोड़ें।.
AddComboBox(page: Page, name: string, rect: Rectangle, options: string[], selectedValue: string?, fontSize: double)एक पृष्ठ में एक चयन फ़ील्ड (ड्रॉप-डाउन / कॉम्बो बॉक्स) जोड़ें।.
AddRadioButton(page: Page, name: string, optionRects: Rectangle[], optionValues: string[], selectedIndex: int)एक पृष्ठ पर कई विकल्पों के साथ एक रेडियो बटन समूह जोड़ें।.
AddListBox(page: Page, name: string, rect: Rectangle, options: string[], selectedValue: string?, fontSize: double)एक पृष्ठ पर सूची बॉक्स फ़ील्ड जोड़ें।.
AddSignatureField(page: Page, name: string, rect: Rectangle)एक पृष्ठ पर खाली हस्ताक्षर फ़ील्ड में स्थान रखने वाले को जोड़ें।.

यह भी देखें

 हिन्दी