Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 181,418 for

page

(0.12 sec)
  1. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....Floating Tables To Break Across Pages. get_DoNotExpandShiftRetu ()...Allow Tables to AutoFit Into Page Margins. get_LayoutRawTableWidth...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. How to Redact a PDF in C#

    This precise article discusses how to redact a PDF in C#. It contains the IDE configuration information, and the algorithm as simple steps, followed by a code snippet to redact text in PDF using C#....Page Product Family Aspose.PSD Product...class instance for a specific page area Append the annotation to...

    kb.aspose.com/pdf/net/how-to-redact-a-pdf-in-cs...
  3. Aspose::Words::Settings::ViewOptions class | As...

    Aspose::Words::Settings::ViewOptions class. Provides various options that control how a document is shown in Microsoft Word. To learn more, visit the documentation article in C++....text and the top edge of the page. get_FormsDesign () const Specifies...document to fit the width of the page. // Set the "ZoomType" property...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Რამდენიმე TEXT GIF Javascript

    შეაერთეთ მრავალი TEXT GIF JavaScript კოდში. შეინახეთ TEXT როგორც GIF JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.gif`);...

    products.aspose.com/words/ka/nodejs-net/merge/t...
  5. Რამდენიმე DOC Გამოსახულება Javascript

    შეაერთეთ მრავალი DOC Გამოსახულება JavaScript კოდში. შეინახეთ DOC როგორც Გამოსახულება JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/ka/nodejs-net/merge/d...
  6. Რამდენიმე WORD TIFF Javascript

    შეაერთეთ მრავალი WORD TIFF JavaScript კოდში. შეინახეთ WORD როგორც TIFF JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.tiff`);...

    products.aspose.com/words/ka/nodejs-net/merge/w...
  7. 如何使用 Java 获取 Caret 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Caret 注释的 Java 示例代码。...创建新页面或获取对现有页面的引用 创建 Caret 注释 调用 Page.Annotations 集合中的 Caret 注释方法...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  8. Aspose::Words::Document::get_Frameset method | ...

    Aspose::Words::Document::get_Frameset method. Returns a Frameset instance if this document represents a frames Page in C++....document represents a frames page. System :: SharedPtr < Aspose...Shows how to access frames on-page. // Document contains several...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Insert Background Image to Excel with C++|Docum...

    How to insert a background image into Excel using Aspose.Cells for C++....2019): From the Page Layout menu, find the Page Setup option, and...Document Assistant Close Copy Page Setup Settings from Source Worksheet...

    docs.aspose.com/cells/cpp/insert-background-ima...
  10. 使用 C++ 操作 PDF 中的注释 | Aspose.PDF

    简单的演示源代码,可在任何使用 C++ 语言的平台上操作 PDF 中的注释。... 将注释添加到 Page 对象的 “注释” 集合中。 保存 PDF 文件。 PDF..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    products.aspose.com/pdf/zh-hans/cpp/annotation/