Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 417,990 for

document

(0.19 sec)
  1. PdfDigitalSignatureDetails.CertificateHolder | ...

    Discover the PdfDigitalSignatureDetails CertificateHolder property. Access the certificate holder object for enhanced Document signing security....certificate was used to sign the document. public CertificateHolder...generated PDF document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the pages of the Document in their original order....with all the pages of the document in their original order. get...pages from the document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. View DOTX File Online and using .NET | products...

    Free online DOTX file viewer app. .NET API C# code to view DOTX file for viewer application....NET based DOTX document viewer utility application...to view DOTX document. Download View DOTX Document via Online App...

    products.aspose.com/total/net/viewer/dotx/
  4. 使用 C# 进行 PDF 多媒体注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从 PDF 文档中添加、获取和删除多媒体注释。... () { // The path to the documents directory var dataDir = RunExamples...PDF document using ( cument = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/multimedia-annotation/
  5. XpsSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.XpsSaveOptions constructor...that can be used to save a document in the SaveFormat.XPS format...that can be used to save a document in the SaveFormat.XPS or SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Export EMAIL to DOTX via C++ | products.aspose.com

    C++ API to Convert EMAIL to DOTX without using Microsoft Word or Outlook...manipulate, and convert various document file formats. It supports...supports a wide range of document file formats, including DOC, DOCX,...

    products.aspose.com/total/cpp/conversion/email-...
  7. PageLayoutCallbackArgs.PageIndex | Aspose.Words...

    Discover the PageIndex property of PageLayoutCallbackArgs, which provides the 0-based index of the related Document page. Get accurate page tracking and reflow insights!...0-based index of the page in the document this event relates to. Returns...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words.lay...
  8. DocumentBuilder constructor | Aspose.Words for ...

    Aspose.Words.DocumentBuilder constructor...object and attaches it to a new Document object. DocumentBuilder(options)...it to a new Document object. Additional document building options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. XmlMapping.delete method | Aspose.Words for Python

    XmlMapping.delete method. Deletes mapping of the parent structured Document to XML data....mapping of the parent structured document to XML data. def delete (...custom XML parts. doc = aw . Document () # Construct an XML part...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用C++创建AcroForms|Aspose.PDF for C++

    本节介绍如何使用Aspose.PDF for C++从头开始在PDF文档中创建AcroForms。...Contents [ Hide ] 在PDF文档中添加表单字段 Document 类提供了一个名为Form的集合,用于管理PDF文档中的表单字段。...); // 打开文档 auto document = MakeObject < Document > ( _dataDir +...

    docs.aspose.com/pdf/zh/cpp/create-form/