Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 213,069 for

new

(0.27 sec)
  1. Image Markers in Aspose.Cells|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.... DataTable t = new DataTable ( "Table1" ); // Add...typeof ( object ); // Add a new record to it. DataRow row = t...

    docs.aspose.com/cells/net/image-markers-in-aspo...
  2. ShapeMarkupLanguage Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ShapeMarkupLanguage enum, defining shape markup languages for enhanced document formatting and design flexibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.dra...
  3. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the MSG file MapiMessage msg = MapiMess…...ToMailMessage(new MailConversionOption()); // Convert...MhtSaveOptions mhtSaveOptions = new MhtSaveOptions(); mhtSaveOptions...

    forum.aspose.com/t/when-converting-an-msg-file-...
  4. Aspose.Words hangs indefinitely when saving as ...

    Can use the attached document (after unzip) and following code to reproduce. Tested in v24.10.0. var bytes = File.ReadAllBytes(@"input.doc"); using MemoryStream ms = New MemoryStream(); ms.Write(bytes, 0, bytes.Length);…...doc"); using MemoryStream ms = new MemoryStream(); ms.Write(bytes...Aspose.Words.Document document = new Aspose.Words.Document(ms); using...

    forum.aspose.com/t/aspose-words-hangs-indefinit...
  5. ChartSeriesCollection.RemoveAt | Aspose.Words f...

    Effortlessly manage your chart data with the ChartSeriesCollection RemoveAt method—quickly remove any ChartSeries by index for streamlined analysis....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...// We can add a series with new values for existing categories...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document document1 = New Document(); DocumentBuilder builder = New DocumentBuilder(document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…...document1 = new Document(); DocumentBuilder builder = new Documen...Document srcDoc = new Document(); srcDoc = new Document(DemoDoc);...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...
  7. ListCollection.AddCopy | Aspose.Words for .NET

    Discover the ListCollection AddCopy method to effortlessly duplicate a list and enhance your document's collection with ease and efficiency....AddCopy method Creates a new list by copying the specified...PrintOutAllLists () { Document srcDoc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.lis...
  8. ImportFormatOptions.AppendDocumentWithNewPage |...

    Control document merging by forcing imported sections to start on a New page when appending documents in Aspose.Words....Document dstDoc = new Document (); Document srcDoc = new Document ();...ImportFormatOptions options = new ImportFormatOptions { AppendDocumentWithNe...

    reference.aspose.com/words/net/aspose.words/imp...
  9. PositionedBlockConfig|Documentation

    PositionedBlockConfig element is used to organize content within containers.... new PositionedBlockConfi () { Children = new List < BaseConfig...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/posi...
  10. IDocumentLoadingCallback.Notify | Aspose.Words ...

    Track document loading progress effortlessly with the IDocumentLoadingCallback Notify method. Enhance user experience with real-time updates!...LoadingProgressCallb progressCallback = new LoadingProgressCallb (); LoadOptions...LoadOptions loadOptions = new LoadOptions { ProgressCallback = progressCallback...

    reference.aspose.com/words/net/aspose.words.loa...