Sort Score
Result 10 results
Languages All
Labels All
Results 6,671 - 6,680 of 375,159 for

document

(0.31 sec)
  1. TiffCompression Enum | Aspose.Words for .NET

    Discover the Aspose.Words.TiffCompression enum for optimal TIFF file saving. Choose the best compression type for high-quality page images effortlessly....to a document that we convert into a TIFF image. Document doc...doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 在 PostScript 中使用形状 | C++

    Aspose.Page API 解决方案解答了如何将形状添加到 PS 文件的问题。了解如何在 C++ 中使用该功能...Copy 1 // The path to the documents directory. 2 System::String...output stream for PostScript document 5 { 6 System::SharedPtr <...

    docs.aspose.com/page/zh/cpp/ps/working-with-sha...
  3. Person.last property | Aspose.Words for Python

    Person.last property. Gets or sets the last name of a person....available in the document. document = aw . Document ( MY_DIR + 'Bibliography...sources.docx' ) bibliography = document . bibliography self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Add, Get or Remove Watermark in PDF using Pytho...

    Add, get or remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...the PDF with an instance of Document. Create an instance of WatermarkArtifact...data_dir , outfile ) document = apdf . Document ( path_infile ) artifact...

    products.aspose.com/pdf/python-net/watermark/
  5. BuiltInDocumentProperties.HeadingPairs | Aspose...

    Explore the HeadingPairs property in BuiltInDocumentProperties to easily manage Document headings and enhance your Document organization....HeadingPairs property Specifies document headings and their names....and specifies the count of document parts for this heading in...

    reference.aspose.com/words/net/aspose.words.pro...
  6. PageSetup.VerticalAlignment | Aspose.Words for ...

    Discover how the PageSetup VerticalAlignment property enhances Document layout by adjusting text alignment for improved readability and presentation....of text on each page in a document or section. public PageVerticalAlignmen...sections in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  7. 从PDF文件中提取链接|Aspose.PDF for C++

    使用C#从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... 创建一个 Document 对象。 获取要提取链接的 Page 。 1. 1....// 创建 Document 实例 auto document = MakeObject<Document>(_dataDir...

    docs.aspose.com/pdf/zh/cpp/extract-links/
  8. Aspose::Words::Saving::DigitalSignatureDetails ...

    Aspose::Words::Saving::DigitalSignatureDetails class. Contains details for signing a Document with a digital signature in C++....Contains details for signing a document with a digital signature....certificate used to sign a document. get_SignOptions () const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. LanguagePreferences class | Aspose.Words for Py...

    aspose.words.loading.LanguagePreferences class. Allows to set up language preferences...the Specify Load Options documentation article. Remarks Implements...preferences when loading a document. load_options = aw . loading...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Edit SVG File – C# Examples with Aspose.SVG

    Learn how to edit SVG in C#. Add and edit SVG elements, edit SVG paths, draw on bitmaps, and more using the Aspose.SVG for .NET library.... The API’s Document Object Model (DOM) is fully...editing. You can modify the document by appending new nodes, removing...

    docs.aspose.com/svg/net/edit-svg-file/