Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 184,601 for

page

(0.21 sec)
  1. Aspose::Words::PageSetup::get_Margins method | ...

    Aspose::Words::PageSetup::get_Margins method. Returns or sets preset Margins of the Page in C++....or sets preset Margins of the page. Aspose :: Words :: Margins...Shows when to recalculate the page layout of the document. auto...

    reference.aspose.com/words/cpp/aspose.words/pag...
  2. PDF 粘性注释|Aspose.PDF for PHP via Java

    本主题关于粘性注释,作为示例我们展示了文本中的水印注释。它用于表示页面上的图形。查看代码片段以解决此任务。...$colors = new Color (); // 获取特定页面 $page = $document -> getPages () ->...= new WatermarkAnnotation ( $page , new Rectangle ( 100 , 500...

    docs.aspose.com/pdf/zh/php-java/sticky-annotati...
  3. Converting a PNG file to PDF using Python | Asp...

    Sample code on Python for PNG to PDF conversion. Use example code for batch PNG to PDF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...as the container for all PDF pages and elements.This step initializes...

    products.aspose.com/pdf/python-net/conversion/p...
  4. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.Pages property. Represents an estimate of the number of Pages in the document....pages property BuiltInDocumentPrope.pages property Represents...the number of pages in the document. get pages () : number Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Create VSTM Files via C# | products.aspose.com

    C# Sample code for generating VSTM documents. Use this code for creating VSTM files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vstm/
  6. Create VSDM Files via C# | products.aspose.com

    C# Sample code for generating VSDM documents. Use this code for creating VSDM files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vsdm/
  7. DNN PDF Import Module|Aspose.PDF for .NET

    Learn how to install and use PDF Import Module for DotNetNuke...Import from PDF button on the page where the module is added. When...level account. Navigate to the page where you want to add the Import...

    docs.aspose.com/pdf/net/dnn-pdf-import-module/
  8. Convert HTML To SVG C#

    Convert HTML to SVG format in C# code. Save HTML as SVG using C#....Svg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .svg" ,...

    products.aspose.com/words/net/conversion/html-t...
  9. Convert PDF To GIF C#

    Convert PDF to GIF format in C# code. Save PDF as GIF using C#....Gif); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .gif" ,...

    products.aspose.com/words/net/conversion/pdf-to...
  10. 在现有PDF中操作表格|Aspose.PDF for .NET

    学习如何使用Aspose.PDF for .NET处理现有PDF中的表格,提供文档修改的灵活性。...first page with absorber absorber . Visit ( document . Pages [ 1...Get access to first table on page, their first cell and text fragments...

    docs.aspose.com/pdf/zh/net/manipulate-tables-in...