Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 192,499 for

new

(0.07 sec)
  1. MergeFieldImageDimensionUnit Enum | Aspose.Word...

    Discover Aspose.Words.Fields.MergeFieldImageDimensionUnit enum for precise image dimension control in mail merges. Enhance your document automation today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose.3D 2.1.0中的公共 API 更改|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....C# ColladaSaveOptions opts = new ColladaSaveOptions (); // generates...opts . LookupPaths = new List < string >( new string [] { @"c:\temp\"...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  3. NodeChangingArgs.oldParent property | Aspose.Wo...

    NodeChangingArgs.oldParent property. Gets the node's parent before the operation began....doc = new aw . Document (); doc . nodeChangingCallback = new NodeChangingPrinter...NodeChangingPrinter (); let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. NodeChangingArgs.action property | Aspose.Words...

    NodeChangingArgs.action property. Gets a value indicating what type of node change event is occurring....doc = new aw . Document (); doc . nodeChangingCallback = new NodeChangingPrinter...NodeChangingPrinter (); let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one page from PDF using C#....page boxes if required Create a new Rectangle object defining the...MediaBox. In the next steps, a new rectangle is initialized defining...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...
  6. Dynamically Generate Formatted Excel Reports wi...

    This article introduces how to generate report in GridWeb....Interface We start creating a new Asp.Net web application in Visual...GridWeb.License gridwebLicense = new // Aspose.Cells.GridWeb.License();...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. 怎么在光标所在位置插入下一页分节符 - Free Support Forum - aspose...

    原始文档: section.docx (18.8 KB) 预期: reset.section.docx (18.9 KB) 怎么移动到第一个run之前插入分节符?...您可以使用以下代码来实现这一点: Document doc = new Document("C:\\Temp\\in.docx");...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Put...

    forum.aspose.com/t/topic/312497
  8. CsvDataLoadOptions.Delimiter | Aspose.Words for...

    Discover the CsvDataLoadOptions Delimiter property to easily customize column delimiters for efficient data loading. Optimize your data management today!... Document doc = new Document ( MyDir + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions ( true );...

    reference.aspose.com/words/net/aspose.words.rep...
  9. How to add Circle Annotation using C++ | Aspose...

    Source code to add Circle annotations in PDF file on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/circle/add/
  10. How to add Square Annotation using .NET | Aspos...

    Source code on C# to add Square annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/net/annotation/square/add/