Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 187,798 for

page

(0.58 sec)
  1. Aspose::Words::Saving::SvgSaveOptions::get_Show...

    Aspose::Words::Saving::SvgSaveOptions::get_ShowPageBorder method. Controls whether a border is added to the outline of the Page. Default is true in C++....added to the outline of the page. Default is true . bool Aspose...SvgSaveOptions object to save with no page borders or selectable text....

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. VbaModuleCollection.remove method | Aspose.Word...

    VbaModuleCollection.remove method. Removes the specified module from the collection....signed; Project code page: { vba_project . code_page } ; Modules count:...signed; Project code page: { vba_project . code_page } ; Modules count:...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.vba_project property | Aspose.Words fo...

    Document.vba_project property. Gets or sets a [Document.vba_project](./)....signed; Project code page: { vba_project . code_page } ; Modules count:...signed; Project code page: { vba_project . code_page } ; Modules count:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 用 C++ 计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 C++ API 或库通过程序方式计算网页宽度为 n 页,高度为 m 页的页面设置缩放比例。...:: PaperA4 ); // Set fit to pages wide as 1 worksheet . GetPageSetup...SetFitToPagesWide ( 1 ); // Calculate page scale via sheet render ImageOrPrintOptions...

    docs.aspose.com/cells/zh/cpp/calculate-page-set...
  5. Table contents are getting split while converti...

    Hi, I’m trying to convert a docx file (containing 23 Pages along with some tables present inside, Page 4) into pdf with Aspose.words 25.11 While exploring the pdf, I found that the output contains 25 Pages and the tabl…...(containing 23 pages along with some tables present inside, page 4) into...that the output contains 25 pages and the table which was present...

    forum.aspose.com/t/table-contents-are-getting-s...
  6. Enable GridWeb EditBox|Documentation

    This article introduces how to work with the formula bar or edit box in GridWeb....aspx page(s) to make it work. You may..."server" > < title > Untitled Page </ title > < script type = "text/javascript"...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. How to Convert Word Document to HTML using C#

    In this short tutorial you will understand how to convert Word Document to HMTL using C#. The simple steps below can be followed to export DOCX to HTML in C# in any common operating system like MS Windows, Linux, or macOS....Page Product Family Aspose.PSD Product...related to CssStyleSheet, Page Margins, Page Setup, etc. Save the...

    kb.aspose.com/words/net/how-to-convert-word-doc...
  8. Convert Visio to Images formats|Documentation

    This topic show you how to convert Visio to various images formats using Aspose.Diagram for Python via Java. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to PNG, JPEG, BMP images with a few lines of code....possible to save a particular page to image, instead of the entire...SaveFileFormat . PNG ) # Save one page only, by page index options . setPageIndex...

    docs.aspose.com/diagram/python-java/convert-vis...
  9. Latest Aspose.Note Product Family topics - Free...

    Get technical support of Aspose.Note for .NET and Java....Note page using C# 17 435 June 19, 2024...insert a video file on OneNote page 50 1323 June 19, 2024 Value...

    forum.aspose.com/c/note/28
  10. How to remove Header/Footer in Pdf - Free Suppo...

    Hi, I am trying to remove the header and footer from a PDF. I am using ParagraphAbsorber to read the file. Is there an attribute that can be used to detect the header and footer? Or does there any suggestion to remove …...pdf"); foreach (Page page in pdfDocument.Pages) { var deletedArtifacts...foreach (Artifact artifact in page.Artifacts) { if (artifact.Type...

    forum.aspose.com/t/how-to-remove-header-footer-...