Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 97,204 for

object

(0.22 sec)
  1. How to Render LaTeX to PNG in C#

    This step by step tutorial shows how to render latex to png in c#. The code helps you export and convert TeX to PNG in C# code....SetLicense method Create TeXOptions object with TeXConfig settings Set...PngSaveOptions object and set properties Create ImageDevice object to be...

    kb.aspose.com/tex/net/how-to-render-latex-to-pn...
  2. Error handling|Documentation

    Debugging and identifying errors in the source code of the Aspose.OMR template during generation....property of the GenerationResult object returned by Generate method...of of the GenerationResult object returned by Generate method...

    docs.aspose.com/omr/net/generate-template/error...
  3. Extracting text from vehicle license plate imag...

    How to automatically extract text from scanned or photographed vehicle license plates....takes OcrInput object and returns OcrOutput object containing the...

    docs.aspose.com/ocr/python-net/recognition/car-...
  4. Import and Export Annotations using Python|Aspo...

    Learn how to import annotations from one PDF and export them into a new PDF document using Aspose.PDF for Python via .NET....source PDF Create a Document object for the input file that already...contains annotations. This object gives access to the pages collection...

    docs.aspose.com/pdf/python-net/import-export-an...
  5. Create Bitmap in Java | Draw Shapes and Text on...

    Learn how to create and draw on bitmaps in Java using Aspose.Drawing. This guide covers image loading, drawing shapes and text, and saving bitmap files....class object from the bitmap. Initialize a Pen class object with...and height. Create a graphics object from the bitmap. Clear the...

    blog.aspose.com/drawing/create-load-fill-and-dr...
  6. Possible bug with backColor and cellMerge - Fre...

    I have a Words Linq Template as outlined below. It induces the exception “Object reference not set to an instance of an Object.” when passed through Aspose 25.4. Please advise. Thanks, Brian <<foreach [m in new Stri…...exception “Object reference not set to an instance of an object.” when...

    forum.aspose.com/t/possible-bug-with-backcolor-...
  7. HtmlSaveOptions.saveFormat property | Aspose.Wo...

    HtmlSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options Object is used...saved if this save options object is used. Can be SaveFormat...docx" ); // Use a SaveOptions object to specify the encoding for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Set Field Alignment|Aspose.PDF for Python via .NET

    This example demonstrates how to set the text alignment of a form field in a PDF document using Aspose.PDF for Python.... Create a FormEditor object. Set the alignment of a field...infile ) # Create FormEditor object form_editor = pdf_facades ...

    docs.aspose.com/pdf/python-net/set-field-alignm...
  9. Set Field Appearance|Aspose.PDF for Python via ...

    This example demonstrates how to change the visual appearance of a PDF form field using Aspose.PDF for Python.... Create a FormEditor object. Set the appearance of the...infile ) # Create FormEditor object form_editor = pdf_facades ...

    docs.aspose.com/pdf/python-net/set-field-appear...
  10. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....GetCells() collection represents an object of the Cell class. Aspose.Cells...by using the Style.GetFont() object’s GetName() property. #include...

    docs.aspose.com/cells/cpp/cells-font-settings/