Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 213,390 for

new

(0.15 sec)
  1. Compose Multi-volume Zip Archive | Aspose.Zip f...

    Compose Multi-volume Zip Archive with .net library...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/multi-volume-zip/
  2. Create bitmap from scratch or load from file us...

    Create bitmap from scratch or load from file using C# .NET API.... Create New Bitmap in C# Creating a new image from scratch...example shows how to create a new drawing and draw an arc on it...

    docs.aspose.com/drawing/net/create-image/
  3. 使用 .NET 5 合并 PDF 文件|Aspose.PDF for .NET

    本文解释了将任意数量的现有 PDF 文件合并为单个 PDF 文件的可能方法。...EventArgs e ) { var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...EventArgs e ) { using ( var pdf1 = new FileStream ( textBox1 . Text...

    docs.aspose.com/pdf/zh/net/how-to-concatenate-p...
  4. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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.... It includes not only new and updated public methods, but...Visio diagram Diagram diagram = new Diagram ( "C:\\temp\\Drawing1...

    docs.aspose.com/diagram/java/public-api-changes...
  5. Node.CustomNodeId | Aspose.Words for .NET

    Discover the Node CustomNodeId property for efficient custom node identification. Enhance your project with unique identifiers for better organization!... Document doc = new Document (); // Add two runs...AppendChild ( new Run ( doc , "Hello world! " )); Shape shape = new Shape...

    reference.aspose.com/words/net/aspose.words/nod...
  6. ICssSavingCallback.CssSaving | Aspose.Words for...

    Discover the ICssSavingCallback CssSaving method in Aspose.Words, enhancing your CSS management for better web design efficiency....ExternalCssFilenames () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  7. CssSavingArgs.Document | Aspose.Words for .NET

    Discover the CssSavingArgs Document property to access the current document being saved, enhancing your workflow efficiency and document management....ExternalCssFilenames () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. HtmlSaveOptions.ExportDropDownFormFieldAsText |...

    Discover how the HtmlSaveOptions ExportDropDownFormFieldAsText property enhances your HTML/MHTML exports by controlling dropdown field formats. Optimize your documents!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.sav...
  9. SaveOutputParameters | Aspose.Words for Java

    This object is returned to the caller after a document is saved and contains additional information that has been generated or calculated during the save operation in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Getting "Error: Index was out of range. Must be...

    Hi, I’m getting the “Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index(1)” error, similar to the errors mentioned in Error: Index was out of range. Must be non-n…...MemoryStream outStream = new(); var pdf = new Document(new MemoryStream(convertRequest...FileData)); var fileEditor = new PdfFileEditor(); var scaleFactor...

    forum.aspose.com/t/getting-error-index-was-out-...