Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 21,193 for

form

(0.07 sec)
  1. Optical mark recognition|Documentation

    How to recognize the completed Form and get results with Aspose.OMR for C++....ballot, or other completed OMR form, digitize it in one of the supported...simply take a picture of the form with a smartphone camera. If...

    docs.aspose.com/omr/cpp/recognition/
  2. How to Add Editable Field to PDF in Java

    This article guides on how to add editable field to PDF in Java. It shares the details of setting the IDE, a list of development steps for writing this application along with a runnable sample code to add fillable fields to PDF in Java....PDF for Java to add form controls Instantiate the FormEditor...resultant PDF file containing the form controls in it Here are the...

    kb.aspose.com/pdf/java/how-to-add-editable-fiel...
  3. Copy Inner and Outer Field|Aspose.PDF for .NET

    This section explains how to copy Inner and Outer Field with Aspose.PDF Facades using FormEditor Class....Document ( dataDir + "Sample-Form-01.pdf" )) { // Add page document...formEditor . Save ( dataDir + "Sample-Form-01-mod.pdf" ); } } } Copy Outer...

    docs.aspose.com/pdf/net/copy-inner-and-outer-fi...
  4. FormField.CheckBoxSize | Aspose.Words for .NET

    Discover the FormField CheckBoxSize property to customize checkbox dimensions in points, enhancing your Forms when IsCheckBoxExactSize is enabled....Remarks Applicable for a check box form field only. Examples Shows how...how insert different kinds of form fields into a document, and...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FormField.IsCheckBoxExactSize | Aspose.Words fo...

    Discover the FormField IsCheckBoxExactSize property, easily control textbox sizing with a simple boolean setting for optimal customization....Remarks Applicable for a check box form field only. Examples Shows how...how insert different kinds of form fields into a document, and...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Fields::FormField::get_DropDownI...

    Aspose::Words::Fields::FormField::get_DropDownItems method. Provides access to the items of a dropdown Form field in C++....access to the items of a dropdown form field. System :: SharedPtr <...maximum 25 items in a dropdown form field. See Also Class DropDownItemCollecti...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. FormField.OwnHelp | Aspose.Words for .NET

    Discover the FormField OwnHelp property. Easily user experience by customizing help messages when users press F1 on focused Form fields....displayed in a message box when a form field has the focus and the...how insert different kinds of form fields into a document, and...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Fields::FormField::get_Name meth...

    Aspose::Words::Fields::FormField::get_Name method. Gets or sets the Form field name in C++....FormField::get_Name method Gets or sets the form field name. System :: String...get_Result ()); // The form field will appear in the form of a "select"...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Working with Operators|Aspose.PDF for .NET

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....()); // Create an XForm var form = Aspose . Pdf . XForm . CreateNewForm...1 ]. Resources . Forms . Add ( form ); form . Contents . Add...

    docs.aspose.com/pdf/net/working-with-operators/
  10. 添加 PDF 表单字段|Aspose.PDF for .NET

    本主题解释了如何使用 FormEditor 类与 Aspose.PDF Facades 一起处理表单字段。...of FormEditor to manipulate form fields using ( var editor =...BindPdf ( dataDir + "Sample-Form-01.pdf" ); // Add a text field...

    docs.aspose.com/pdf/zh/net/add-form-fields/