Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 228,592 for

page

(0.1 sec)
  1. IPageSavingCallback - Aspose.Words for Java - A...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....separate pages when saving a document to fixed page formats....save a document to HTML page by page. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  2. PageRange constructor | Aspose.Words for Python

    PageRange constructor. Creates a new Page range object....PageRange(from_address, to) Creates a new page range object. def __init__ (...starting page zero-based index. to int The ending page zero-based...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ThumbnailDevice | Aspose.PDF for Java API Refer...

    Represents image device that save pdf document Pages into Thumbnail image....device that save pdf document pages into Thumbnail image. Constructors...processInternal(Page page, OutputStream output) Converts the page into thumbnail...

    reference.aspose.com/pdf/java/com.aspose.pdf.de...
  4. PDF Highlights Annotation using C++|Aspose.PDF ...

    Explore how to apply highlights annotation to PDF text in C++ with Aspose.PDF for document enhancement....should add all annotations to the page. using namespace System ; using...-> Visit ( document -> get_Pages () -> idx_get ( 1 )); //Create...

    docs.aspose.com/pdf/cpp/highlights-annotation/
  5. PDF Multimedia Annotation using C++|Aspose.PDF ...

    Aspose.PDF for C++ allows you to add, get, and delete the multimedia annotation from your PDF document....document are contained in a Page object’s Annotations collection...for that individual page only: every page has its own Annotations...

    docs.aspose.com/pdf/cpp/multimedia-annotation/
  6. RemovePageAt | Aspose.Page for .NET API Reference

    RemovePageAt XpsDocument.RemovePageAt method Removes a Page from the document at index position. public XpsPage Remov......RemovePageAt method Removes a page from the document at index position...which a page should be removed. Return Value Removed page. See Also...

    reference.aspose.com/page/net/aspose.page.xps/x...
  7. PdfFormRemoveFieldsOptions | Aspose.PDF for .NE...

    Initializes a new instance of the PdfFormRemoveFieldsOptionsaspose.pdf.plugins/pdfformremovefieldsoptions object by set of Pages on which ALL fields will be removed....PdfFormRemoveFieldsO object by set of pages, on which ALL fields will be...pagesNumbers HashSet`1 Set of page numbers on which fields should...

    reference.aspose.com/pdf/net/aspose.pdf.plugins...
  8. SetPage | Aspose.PDF for .NET API Reference

    Set the Page number to place the table....SetPage method Set the page number to place the table. public...( int page ) Parameter Type Description page Int32 Page number...

    reference.aspose.com/pdf/net/aspose.pdf.plugins...
  9. TableColumn | Aspose.Note for .NET API 参考

    表示一个表列...); // 表格前的摘要文本 Page page = new Page ( doc ); page . AppendChildLast...o ); doc . AppendChildLast ( page ); doc . Save ( Path . Combine...

    reference.aspose.com/note/zh/net/aspose.note/ta...
  10. Example of Hello World using C# language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF... Add a Page to document object. Create a...Paragraph collection of the page. Save resultant PDF document...

    docs.aspose.com/pdf/net/hello-world-example/