Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 20,642 for

2 of

(0.09 sec)
  1. Issue during converting PDF to TIFF in Linux Do...

    During the process Of converting a 4 MB PDF containing 15 pages to TIFF format using my API, it appears that a significant amount Of memory was consumed, with a total usage Of 1.1 GB. Despite disposing Of all resources, …...ali March 18, 2023, 11:00am #2 @OleksandrFuntov Would you kindly...OleksandrFuntov March 20, 2023, 2:05pm #3 I will prepare separate...

    forum.aspose.com/t/issue-during-converting-pdf-...
  2. ChartSeriesGroup.axisGroup property | Aspose.Wo...

    ChartSeriesGroup.axisGroup property. Gets or sets the axis group to which this series group belongs....= [ "Category 1" , "Category 2" , "Category 3" ]; series . add...categories , [ 2 , 3 , 4 ]); series . add ( "Series 2 of primary...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartDataPoint.Format | Aspose.Words for .NET

    Discover how the ChartDataPoint Format property enhances your data visualization with customizable fill and line styles for impactful presentations....[] { "Category 1" , "Category 2" , "Category 3" , "Category 4"...4" }, new double [] { 1 , 2 , 3 , 4 }); // Set column formatting...

    reference.aspose.com/words/net/aspose.words.dra...
  4. BlockConfig|Documentation

    BlockConfig element is used to organize content within containers...."Two-column layout" , ColumnsCount = 2 , Children = new List < BaseConfig...new BlockConfig () { Column = 2 , BorderType = BorderType . Square...

    docs.aspose.com/omr/net/programmatic-forms/bloc...
  5. Working with Text in PostScript | C++

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...System::String > ({FONTS_FOLDER})); 2 System ::SharedPtr < DrFont >...path to the documents directory. 2 System::String dataDir = RunE...

    docs.aspose.com/page/cpp/ps/working-with-text/
  6. FieldBuilder.AddSwitch | Aspose.Words for .NET

    Discover the FieldBuilder AddSwitch method to effortlessly add field switches, enhancing your application's functionality and user experience....\\f Arial \\s 25 \\u " )); // 2 - Nested field: // Use a field...leftExpression . AddArgument ( 2 ); leftExpression . AddArgument...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ChartSeriesGroup.axis_group property | Aspose.W...

    ChartSeriesGroup.axis_group property. Gets or sets the axis group to which this series group belongs....= [ 'Category 1' , 'Category 2' , 'Category 3' ] series . add...= [ 2 , 3 , 4 ]) series . add ( series_name = 'Series 2 of primary...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HeaderFooter.IsLinkedToPrevious | Aspose.Words ...

    Discover how the IsLinkedToPrevious property enhances your document's headers and footers, ensuring seamless continuity across sections for better organization.... Write ( "Section 2" ); builder . InsertBreak ( BreakType...be displayed in sections 1 and 2." ); builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words/hea...
  9. HeaderFooter.is_linked_to_previous property | A...

    HeaderFooter.is_linked_to_previous property. True if this header or footer is linked to the corresponding header or footer in the previous section.... write ( 'Section 2' ) builder . insert_break ( aw...be displayed in sections 1 and 2.' ) builder . move_to_header_footer...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomPart | Aspose.Words for Java

    Represents a custom arbitrary content part that is not defined by the ISO/IEC 29500 standard in Java....assertEquals(2, doc.getPackageCustomPart().getCount());...getPackageCustomPart().removeAt(2); Assert.assertEquals(2, doc.getPackageCustomPart()...

    reference.aspose.com/words/java/com.aspose.word...