Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 20,613 for

2 of

(0.07 sec)
  1. ThumbnailGeneratingOptions.generate_from_first_...

    ThumbnailGeneratingOptions.generate_from_first_page property. Specifies whether to generate thumbnail from first page Of the document or first image....epub' ) # 2 - Use the first image found in...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.start_track_revisions method | Aspose....

    aspose.words.Document.start_track_revisions method... runs [ 2 ] . is_insert_revision ) # Creating...again! ' ) self . assertEqual ( 2 , doc . revisions . count ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Headings in PDF|Aspose.PDF for .NET

    Create numbering in heading your PDF document with C#. Aspose.PDF for .NET Offers different kinds Of numbering styles.... Text = "List 2" ; heading2 . Style = Aspose ...new Aspose . Pdf . Heading ( 2 ); heading3 . IsInList = true...

    docs.aspose.com/pdf/net/working-with-headings/
  4. LaTeX math formulas rendering | C++

    Aspose.TeX API solution for C++ LaTeX math formulas rendering is described in this article. Here you will find code examples Of the functionality....1 // Create rendering options 2 System::SharedPtr < PngMathRendererOptio...x^{\\color{red}1} + \\frac{x^{\\color{red}2}}{2} + \\frac{x^{\\color{red}3}}{6}...

    docs.aspose.com/tex/cpp/latex-math-formula-rend...
  5. IDocumentPartSavingCallback.DocumentPartSaving ...

    Optimize your document management with the DocumentPartSaving method in Aspose.Words, ensuring seamless saving Of document parts for enhanced efficiency....DocumentPartFileName = partFileName ; // 2 - Create a custom stream for the...ImageFileName = imageFileName ; // 2 - Create a custom stream for the...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Tables::CellFormat::get_Borders ...

    Aspose::Words::Tables::CellFormat::get_Borders method. Gets collection Of borders Of the cell in C++....get_Tables () -> idx_get ( 0 ); // 2 - Using the "GetChild" method:...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Read Barcode Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata...Code image (values range from 2 to 16) QRStructuredAppendMo -...Aztec . StructuredAppendBarc = 2 ; gen . Parameters . Barcode ...

    docs.aspose.com/barcode/javascript-cpp/read-bar...
  8. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....the field will display "on page 2". Assert.assertEquals(" PAGEREF...the field will display "on page 2". Assert.assertEquals(" PAGEREF...

    reference.aspose.com/words/java/com.aspose.word...
  9. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One Of them as Total Row. The others are user created and they are part Of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...Discourse June 18, 2025, 10:15am 2 @aleksandr.l Cause The issue you’re...1. Set ShowTotals to false . 2. Perform your data manipulation...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  10. SVG Scaling – C# Examples – Aspose.SVG for .NET

    C# examples for SVG scaling using Aspose.SVG. Consider cases where the scale function is used in the transform attribute and in transformation matrix.... In particular, scale(2) means to scale the <circle> element...element by a factor of 2 in both the x and y dimensions. To add...

    docs.aspose.com/svg/net/svg-scaling/