Sort Score
Result 10 results
Languages All
Labels All
Results 7,341 - 7,350 of 215,665 for

new

(0.19 sec)
  1. OoxmlSaveOptions constructor | Aspose.Words for...

    Aspose.Words.Saving.OoxmlSaveOptions constructor...OoxmlSaveOptions() Initializes a new instance of this class that can...OoxmlSaveOptions(saveFormat) Initializes a new instance of this class that can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SoftEdgeFormat.radius property | Aspose.Words f...

    SoftEdgeFormat.radius property. Gets or sets a double value that represents the length of the radius for a soft edge effect in points (pt)... let doc = new aw . Document ( base . myDir..."Rendering.docx" ); let saveOptions = new aw . Saving . SvgSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 从TTF文件加载字体| .NET

    。让我们看一下如何从TTF文件中制作它。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  4. Փոխարկել Պատկեր JPG C#

    Փոխարկեք Պատկեր ը JPG ձևաչափի C# կոդով: Պահեք Պատկեր որպես JPG օգտագործելով C#:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/hy/net/conversion/ima...
  5. Փոխարկել Պատկեր PNG C#

    Փոխարկեք Պատկեր ը PNG ձևաչափի C# կոդով: Պահեք Պատկեր որպես PNG օգտագործելով C#:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.png" , new ImageSaveOptions(SaveFormat.Png));...

    products.aspose.com/words/hy/net/conversion/ima...
  6. Փոխարկել JPG TIFF C#

    Փոխարկեք JPG ը TIFF ձևաչափի C# կոդով: Պահեք JPG որպես TIFF օգտագործելով C#:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.tiff" , new ImageSaveOptions(SaveFormat.Tiff));...

    products.aspose.com/words/hy/net/conversion/jpg...
  7. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GS1 Composite Barcodes in JavaScript|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....using ( BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...get BarCodeInstance var gen = new BarCodeInstance . BarcodeGenerator...

    docs.aspose.com/barcode/javascript-cpp/gs1-comp...
  9. Փոխարկել PDF GIF C#

    Փոխարկեք PDF ը GIF ձևաչափի C# կոդով: Պահեք PDF որպես GIF օգտագործելով C#:...doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/hy/net/conversion/pdf...
  10. Compress DOC In Javascript

    Compress DOC in JavaScript without losing quality. Optimize DOC content, reduce file size easily....'@aspose/words' ); var doc = new aw.Document( "Input.doc" ); doc...require('@aspose/words'); var doc = new aw.Document("Input.doc"); doc...

    products.aspose.com/words/nodejs-net/compress/doc/