Learn how to customize field properties in C#. Rename merge fields or obtain results for fields without separator node in .NET.... What is this page about? This page explains how to customize...results. Please refresh the page and try again....
Learn how to minimize the reflection usage using LINQ in C#.... What is this page about? This page explains how to optimize...results. Please refresh the page and try again....
How to add/insert Text Box to Worksheet in Aspose.Cells....vertical) Left‑click on the page Hold down the left button and...drag to the desired size on the page Release the left button Now...
File formats for images and recognition results supported by Aspose.OCR....images, and photographs Multi-page PDF documents, TIFF and DjVu...Details .TXT Plain text .HTML Web page .RTF A universal format for...
Document.viewOptions property. Provides options to control how the document is displayed in Microsoft Word....document to fit the width of the page. // Set the "ZoomType" property...document to make the entire first page visible. // Set the "ZoomType"...
Split DOC files into e Pages using C++ code. Save DOC as separate files using C++....integrate the extracted DOC pages with other data and, as a result...files into parts and extract pages according to the specified mode...
Split WORD files into e Pages using C++ code. Save WORD as separate files using C++....integrate the extracted Word pages with other data and, as a result...files into parts and extract pages according to the specified mode...
Convert PDF to GIF format in C# code. Save PDF as GIF using C#....Gif); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .gif" ,...
Convert HTML to SVG format in C# code. Save HTML as SVG using C#....Svg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .svg" ,...