Sort Score
Result 10 results
Languages All
Labels All
Results 9,051 - 9,060 of 223,147 for

new

(0.28 sec)
  1. Display SVG Formats Using C# | Aspose.PDF

    Open and view SVG documents programmatically with C# sample code using Aspose.PDF for .NET...pdfDocument = new Aspose . Pdf . Document ( "sample.svg" , new Aspose...

    products.aspose.com/pdf/net/viewer/svg/
  2. Expose Geometric Transformation|Documentation

    Aspose.3D for Java allows exposing geometric transformation of a 3D scene. You can evaluate the global transformation using evaluateGlobalTransform method....// Initialize node Node n = new Node (); // Get Geometric Translation...getTransform (). setGeometricTranslat ( new Vector3 ( 10 , 0 , 0 )); // The...

    docs.aspose.com/3d/java/expose-geometric-transf...
  3. OdtSaveOptions.IsStrictSchema11 | Aspose.Words ...

    Optimize your ODT exports with the IsStrictSchema11 property. Ensure strict compliance with ODT 1.1 or enable 1.2 compatibility for best results.... Document doc = new Document ( MyDir + "Rendering...OdtSaveOptions saveOptions = new OdtSaveOptions { MeasureUnit...

    reference.aspose.com/words/net/aspose.words.sav...
  4. StyleCollection.count property | Aspose.Words f...

    StyleCollection.count property. Gets the number of styles in the collection....# Set default parameters for new styles that we may later add...default_font . name = 'Courier New' # If we add a style of the "StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert WORD To MARKDOWN C#

    Convert a Word document to MARKDOWN format in C# code. Save a Word document as MARKDOWN using C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/word-t...
  6. Convert PDF To RTF C#

    Convert PDF to RTF format in C# code. Save PDF as RTF using C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/net/conversion/pdf-to...
  7. Convert PDF To EPUB C#

    Convert PDF to EPUB format in C# code. Save PDF as EPUB using C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/net/conversion/pdf-to...
  8. Convert DOC To DOCX C#

    Convert DOC to DOCX format in C# code. Save DOC as DOCX using C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/net/conversion/doc-to...
  9. Convert DOC To TXT C#

    Convert DOC to TXT format in C# code. Save DOC as TXT using C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/net/conversion/doc-to...
  10. Convert DOC To PDF C#

    Convert DOC to PDF format in C# code. Save DOC as PDF using C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/net/conversion/doc-to...