Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 245,811 for

page

(0.09 sec)
  1. NumberField | Aspose.PDF for .NET API Reference

    Initializes a new instance of the NumberFieldaspose.pdf.forms/numberfield class....PDF NumberField(Page, Rectangle) Initializes a new...class. public NumberField ( Page page , Rectangle rect ) Parameter...

    reference.aspose.com/pdf/net/aspose.pdf.forms/n...
  2. ExtractPages API looks not working - Free Suppo...

    hi , i am using aspose.words 21.8.0. i have a document: 123.docx (29.0 KB) i used the below clodes to extract Pages from the documents: var fileFullname = @"O:\123.docx"; var doc = new Aspose.Words.Document(fileFull…...the below clodes to extract pages from the documents: var fileFullname...PageCount; for (int page = 0; page < doc.PageCount; page++) { // Save...

    forum.aspose.com/t/extractpages-api-looks-not-w...
  3. Remove | Aspose.Diagram for .NET API 参考

    删除页面的模块...Remove(Page) 删除页面的模块。 public void Remove ( Page page ) 范围 类型...类型 描述 page Page 页面 也可以看看 class Page class VbaModuleCollection 命名空间...

    reference.aspose.com/diagram/zh/net/aspose.diag...
  4. PageSavingArgs.KeepPageStreamOpen | Aspose.Word...

    PageSavingArgs KeepPageStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a document Page in C#....close it after saving a document page. public bool KeepPageStreamOpen...property after writing a document page into it. Specify true to keep...

    reference.aspose.com/words/net/aspose.words.sav...
  5. TextDevice - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....for converting pdf document pages into text. The example demonstrates...text on the first PDF document page. Document doc = new Document(inFile);...

    reference.aspose.com/pdf/java/com.aspose.pdf.de...
  6. Aspose::Words::Saving::PageSavingArgs::get_Keep...

    Aspose::Words::Saving::PageSavingArgs::get_KeepPageStreamOpen method. Specifies whether Aspose.Words should keep the stream open or close it after saving a document Page in C++....close it after saving a document page. bool Aspose :: Words :: Saving...property after writing a document page into it. Specify true to keep...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Working with Vector Graphics|Aspose.PDF for .NET

    This article describes the features of working with GraphicsAbsorber tool using C#....vector graphics from a specified page and perform various operations...removing, or copying them to other pages. Extracting Graphics with GraphicsAbsorber...

    docs.aspose.com/pdf/net/working-with-vector-gra...
  8. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Release Notes on Releases - aspose.comhttps://releases.aspose.com/Page/net/release-notes/Recent content in Release Notes on Releases - aspose.comHugo -......com/page/net/release-notes/Recent content...ioenhttps://releases.aspose.com/page/net/release-notes/index.xml...

    releases.aspose.com/page/net/release-notes/inde...
  9. AddPage | Aspose.Imaging for .NET API Reference

    AddPage ApngImage.AddPage method Adds Page to the image. public void AddPage ( RasterImage Page ) Parameter Type Desc......AddPage method Adds page to the image. public void AddPage...RasterImage page ) Parameter Type Description page RasterImage...

    reference.aspose.com/imaging/net/aspose.imaging...
  10. Create Links in PDF file with C#|Aspose.PDF for...

    This section explains how to create links in your PDF document with C#.... Get the Page you want to add link to. Create...LinkAnnotation object using the Page and Rectangle objects. Set the...

    docs.aspose.com/pdf/net/create-links/