Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 66,719 for

form

(0.17 sec)
  1. GetFieldFlag | Aspose.PDF for .NET API Reference

    Returns flags of the field....GetFieldFlag Form.GetFieldFlag method Returns flags of the field...Examples Form form = new Form ( "PdfForm.pdf" ); if ( form . GetFieldFlag...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  2. FormField.Result | Aspose.Words for .NET

    FormField Result property. Gets or sets a string that represents the result of this Form field in C#....represents the result of this form field. public string Result...; set ; } Remarks For a text form field the result is the text...

    reference.aspose.com/words/net/aspose.words.fie...
  3. ExportFdf | Aspose.PDF for .NET API Reference

    Exports the content of the fields of the pdf into the fdf stream....ExportFdf Form.ExportFdf method Exports the content of the fields...fdf stream. Examples Form form = new Form ( "PdfForm.pdf" ); Stream...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  4. GetFieldType | Aspose.PDF for .NET API Reference

    Returns type of field....GetFieldType Form.GetFieldType method Returns type of field....Examples Form form = new Form ( "PdfForm.pdf" ); if ( form . GetFieldType...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. ImportXml | Aspose.PDF for .NET API 参考

    从 xml 文件中导入字段的内容并将它们放入新的 pdf 中...如果此参数为真,则不会保存 XFA 表单模板的所有更改 也可以看看 class Form 命名空间 Aspose.Pdf.Facades 部件 Aspose...XML 的流。 例子 Form form = new Form ( "PdfForm.pdf" , "Form_Imported...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  6. Taxes - Purchase - aspose.com

    Aspose supports most popular business file Format APIs to empower .NET, Java, Cloud, SharePoint, Android, SSRS and JasperReports developers create enterprise level Web, Desktop and Mobile application....States Customers: W-9 form or W-8BEN form American government agencies...request us to fill the W-9 Form or W-8BEN Form . Since Aspose is an...

    purchase.aspose.com/policies/taxes
  7. ExportFdf | Aspose.PDF for .NET API 参考

    将 pdf 字段的内容导出到 fdf 流中...ExportFdf Form.ExportFdf method 将 pdf 字段的内容导出到 fdf 流中。 public...Stream 输出 fdf 流。 例子 Form form = new Form ( "PdfForm.pdf" ); Stream...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  8. FillBarcodeField | Aspose.PDF for .NET API Refe...

    Fill a barcode field according to its fully qualified field name....FillBarcodeField Form.FillBarcodeField method Fill a barcode...Examples Form form = new Form ( "PdfForm.pdf" ); form . FillBarcodeField...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. GetField | Aspose.PDF for .NET API 参考

    根据字段名获取字段值...GetField Form.GetField method 根据字段名获取字段值。 public string GetField...完全限定的字段名称。 返回值 字段的值。 例子 Form form = new Form ( "PdfForm.pdf" ); Console...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  10. Create AcroForms - Create Fillable PDF in Java|...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for Java....in Java Contents [ Hide ] Add Form Field in a PDF Document The...collection named Form which helps manage form fields in a PDF...

    docs.aspose.com/pdf/java/create-forms/