Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 66,714 for

form

(0.18 sec)
  1. PdfPermissions | Aspose.Words for Java

    Specifies the operations that are allowed to a user on an encrypted PDF document in Java....Fill in existing interactive form fields (including signature...annotations, fill in interactive form fields, and, if MODIFY_CONTENTS...

    reference.aspose.com/words/java/com.aspose.word...
  2. Font | Aspose.PDF for Python via .NET API Refer...

    Represents font object....be represented in hexademical form. If read this name directly...represented in non-readable form. To get readable form it’s necessary to...

    reference.aspose.com/pdf/python-net/aspose.pdf....
  3. Fill AcroForms|Aspose.PDF for PHP via Java

    This section explains how to fill Form field in a PDF document with Aspose.PDF for PHP via Java....preferred file type, for creating Forms. Aspose.PDF for PHP via Java...Java allows you to fill a form field, get the field from the Document...

    docs.aspose.com/pdf/php-java/fill-form/
  4. TiffAlphaStorage | Aspose.Imaging for .NET API ...

    TiffAlphaStorage TiffAlphaStorage enumeration Specifies the alpha storage for tiff documents. public enum TiffAlphaSt......value is stored in premultiplied form. When alpha is restored there...value is stored in unassociated form. That means that alpha restored...

    reference.aspose.com/imaging/net/aspose.imaging...
  5. FormField.status_text property | Aspose.Words f...

    FormField.status_text property. Returns or sets the text that's displayed in the status bar when a Form field has the focus....displayed in the status bar when a form field has the focus. @property...contains status bar text for the form field. Microsoft Word allows...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Creating an AcroForm via .NET | products.aspose...

    C# source code to add fields and create AcroForms PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... How to create PDF forms using C# In order to create...Create the form field you want to add Call the Form collection’s...

    products.aspose.com/pdf/net/acroform/create/
  7. Aspose::Words::Fields::FormField::get_CheckBoxS...

    Aspose::Words::Fields::FormField::get_CheckBoxSize method. Gets or sets the size of the checkbox in points. Has effect only when IsCheckBoxExactSize is true in C++....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/cpp/aspose.words.fie...
  8. ASPOSE.PDF C# Extract XFA Data - Aspose.PDF Pro...

    I have a completed PDF XFA Form that I need to mine the field values input by the user. Is this possible with ASPOSE.PDF C#? Aspose.Pdf.Facades.Form Form = new Aspose.Pdf.Facades.Form(); Form.BindPdf(@in_pdf_filename); …...#1 I have a completed PDF XFA form that I need to mine the field...Facades.Form form = new Aspose.Pdf.Facades.Form(); form.BindPdf(...

    forum.aspose.com/t/aspose-pdf-c-extract-xfa-dat...
  9. Aspose::Words::Fields::FormField::get_OwnStatus...

    Aspose::Words::Fields::FormField::get_OwnStatus method. Specifies the source of the text that's displayed in the status bar when a Form field has the focus in C++....displayed in the status bar when a form field has the focus. bool Aspose...how insert different kinds of form fields into a document, and...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Working with Operators|Aspose.PDF for Java

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....GSave ()); // Create xForm XForm form = XForm . createNewForm ( pdfDocument...getResources (). getForms (). add ( form ); form . getContents (). add (...

    docs.aspose.com/pdf/java/operators/