Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 140,996 for

page

(0.12 sec)
  1. 插入图片|Documentation

    本节介绍如何使用Aspose.Diagram在visio页面插入图片。支持使用C#插入图片并保存为pdf、svg、html、image、xps等格式。...公开的 Pages 属性 Diagram 类支持 Aspose.Diagram.Page 对象的集合。 在 Visio...to insert a image shape in a page. The code example below shows...

    docs.aspose.com/diagram/zh/net/drawing/insert-i...
  2. 使用 C# 编辑 PDF | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上编辑 PDF 文件中的敏感信息的 C# 源代码。... Pages . Accept ( textFragmentAbsorber...textFragmentCollecti ) { var page = textFragment . Page ; var annotationRectangle...

    products.aspose.com/pdf/zh-hans/net/redaction/
  3. Convert Presentations in Handout Mode in C++|As...

    Convert Presentations in Handout Mode in C++...multiple slides appear on a single page, making it useful for conferences...slides are placed on a single page and other display parameters...

    docs.aspose.com/slides/cpp/convert-powerpoint-i...
  4. AI ファイルをオンラインで開く | products.aspose.com

    AI ファイルをオンラインで開く...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/jp/view/open-ai-online/
  5. AI ファイルをオンラインで開く | products.aspose.com

    AI ファイルをオンラインで開く...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/jp/open-ai-online/
  6. TableStyle.LeftIndent | Aspose.Words for .NET

    Discover the TableStyle LeftIndent property to easily customize your table's left indent for enhanced layout control and visual appeal....align it to a location on the page, such as the center: TableStyle..."Aligned to the center of the page" ); builder . EndTable (); table...

    reference.aspose.com/words/net/aspose.words/tab...
  7. 画五角大楼|Documentation

    本节介绍如何在visio页面用Aspose.Diagram画五边形。支持用C#画五边形并保存为pdf、svg、html、image、xps等格式。...developers to draw a pentagon in the page and save as SVG format. The...developers to draw a pentagon in the page and save as PDF format. The...

    docs.aspose.com/diagram/zh/net/drawing/draw-pen...
  8. Aspose::Words::Framesets::Frameset::get_IsFrame...

    Aspose::Words::Framesets::Frameset::get_IsFrameLinkToFile method. Gets or sets a value indicating whether the web Page or document file name specified in the FrameDefaultUrl property is an external resource the frame is linked with in C++....value indicating whether the web page or document file name specified...Shows how to access frames on-page. // Document contains several...

    reference.aspose.com/words/cpp/aspose.words.fra...
  9. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++....docx" ); Shows how to set page sizes. auto doc = MakeObject...// We can change the current page's size to a pre-defined size...

    reference.aspose.com/words/cpp/aspose.words/pap...
  10. How to Search in PDF Using C# | Find and Highli...

    Search and highlight text in PDF using C#. Learn how to search in PDF using C#, find keywords, extract matches, use regex, and redact sensitive data....Search Across All Pages or Specific Pages Search and Redact Sensitive...Run the absorber across all pages using the Accept() method. Retrieve...

    blog.aspose.com/pdf/search-in-pdf-using-csharp/