Sort Score
Result 10 results
Languages All
Labels All
Results 6,561 - 6,570 of 213,190 for

new

(0.17 sec)
  1. IImageSavingCallback.ImageSaving | Aspose.Words...

    Discover the ImageSavingCallback method in Aspose.Words, designed to enhance image handling when saving to HTML. Optimize your workflow today!...DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // If we...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Get Document Properties in NPOI|Aspose.Words fo...

    Get document properties easily and fast instead of using NPOI in C#.... C# Document doc = new Document ( "Get Document Properties...summaryInfo = new SummaryInformation ( new PropertySet ( new FileStream...

    docs.aspose.com/words/net/get-document-properti...
  3. StructuredDocumentTag.dateDisplayFormat propert...

    StructuredDocumentTag.dateDisplayFormat property. String that represents the format in which dates are displayed.... let doc = new aw . Document (); // Insert a...will display. let sdtDate = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Some chinese character show as square when conv...

    Hi, some chinese character show as square when using last aspose pdf for .net to convert pdf to jpeg. the code is below : // Open document Aspose.Pdf.Document pdfDocument = New Aspose.Pdf.Document("input.pdf"…...Document pdfDocument = new Aspose.Pdf.Document(“input.pdf”);...using (FileStream imageStream = new FileStream(“image” + pageCount...

    forum.aspose.com/t/some-chinese-character-show-...
  5. 通过 C++ 使用 Node.js 获取形状的连接点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中检索形状的连接点。...external links const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const newWorkbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/get-connect...
  6. DmlRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.DmlRenderingMode enhances DrawingML shape rendering for high-quality fixed page formats. Optimize your document visuals!... Document doc = new Document ( MyDir + "DrawingML...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Missing namespace when xmp is updated - Free Su...

    Dear Aspose Support, Our client encountered an issue where, after performing an XMP update, certain color profile namespaces are missing from the updated file’s XMP data. These missing namespaces are proprietary and do …... XmpHeaderPi xmpHeader = new XmpHeaderPi(Guid.NewGuid().ToString());...xmpTrailer = new XmpTrailerPi(true); XmpMeta xmpMeta = new XmpMeta();...

    forum.aspose.com/t/missing-namespace-when-xmp-i...
  8. AxisScaling Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisScaling class for customizable axis scaling options, enhancing your chart presentations effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series 1" , new [] { 1.0 , 2.0 , 3.0 , 4.0 , 5.0 }, new [] { 1.0...

    reference.aspose.com/words/net/aspose.words.dra...
  9. NumeralFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.NumeralFormat enum for optimal number representation in fixed page formats. Enhance your document rendering today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "ar-AR" ). LCID...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Insert Cell Comments|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... The new Comment object can be accessed...Workbook object Workbook workbook = new Workbook (); Worksheet worksheet...

    docs.aspose.com/cells/java/insert-cell-comments/