Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 180,919 for

page

(0.21 sec)
  1. Փոխարկել TEXT GIF C++

    Փոխարկեք TEXT ը GIF ձևաչափի C++ կոդով: Պահեք TEXT որպես GIF օգտագործելով C++:...for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/hy/cpp/conversion/tex...
  2. Გადაიყვანეთ HTML JPG C++

    გადაიყვანეთ HTML JPG C++ ფორმატში კოდით. შეინახეთ HTML როგორც JPG C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/ka/cpp/conversion/htm...
  3. 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...
  4. PageSavingArgs class | Aspose.Words for Python

    aspose.words.saving.PageSavingArgs class. Provides data for the [IPageSavingCallback.Page_saving()](../iPagesavingcallback/Page_saving/#Pagesavingargs) event...page_saving() event. To learn more...Properties Name Description keep_page_stream_open Specifies whether...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 在PDF文件中更改页面尺寸|Aspose.PDF for .NET

    尝试使用 PdfPageEditor 类学习如何更改 PDF 文件中的页面尺寸....Pages 属性可用于指定需要应用新页面尺寸的页面号码。PageSize...pdf" ); // Change page size of the selected pages pdfPageEditor ...

    docs.aspose.com/pdf/zh/net/changing-page-sizes-...
  6. Landscape pages are rendered as portrait pages ...

    Hi, When converting a DOCX with some portrait and landscape Pages to PDF using Aspose.Words, the Pages in the PDF all became portrait. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pd…...Landscape pages are rendered as portrait pages when converting...landscape pages to PDF using Aspose.Words, the pages in the PDF...

    forum.aspose.com/t/landscape-pages-are-rendered...
  7. Supported Features on Document Save|Aspose.Word...

    Save a document in most of popular formats and supports lots of Microsoft Word features using C#....Hide ] What is this page about? This page explains which features...formats fixed page save options for fixed-page formats : PDF...

    docs.aspose.com/words/net/supported-features-on...
  8. FieldIndex Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldIndex class to effortlessly implement INDEX fields in your documents. Enhance your document management today!...a value indicating whether a page number separator is overridden...sets the number of columns per page used when building the index...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Connect Shapes|Documentation

    This section explains how to connect two shapes with Aspose.Diagram for Java....shapes via a connector in the Page class. The code below shows...rectangles shape to page. Add a connector shape to page. Connect the...

    docs.aspose.com/diagram/java/connect-shapes/
  10. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/net/manipulate-pdf-document/