Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 214,303 for

new

(0.13 sec)
  1. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...annotations. let encryptionDetails = new aw . Saving . PdfEncryptionDetails...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Customize Barcode Image Resolution in PHP|Docum...

    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....Instantiate barcode object $bb = new BarCodeBuilder (); \ # Set the...type to Code128 $symbology = new Symbology (); $bb -> setSymbologyType...

    docs.aspose.com/barcode/java/customize-barcode-...
  3. StreamFontSource.OpenFontDataStream | Aspose.Wo...

    Discover the StreamFontSource OpenFontDataStream method to efficiently access font data streams on demand, enhancing your design workflow....FontSettings fontSettings = new FontSettings (); fontSettings...SetFontsSources ( new FontSourceBase [] { new StreamFontSourceFile...

    reference.aspose.com/words/net/aspose.words.fon...
  4. ShapeBase.title property | Aspose.Words for Nod...

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...to the document. let shape = new aw . Drawing . Shape ( doc ,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. What Is the Aspose Equivalent of Table Design |...

    In PPTX, when working on a table, it is possible to do the following: Table Design ribbon Table Styles Clear Table See screenshot for an example: Clear Table.png (101.6 KB) How to do this in Aspose Slides for Java?...Presentation presentation = new Presentation(); // Add a slide...getTableFormat().setFillFormat(new FillFormat()); table.getTableFormat()...

    forum.aspose.com/t/what-is-the-aspose-equivalen...
  6. Change named value in XMP metadata of EPS|Java

    The process of changing named value in XMP metadata of EPS file with Aspose.Page API solution for Java is explained and illustrated with the code here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/change-n...
  7. Watermark.SetImage | Aspose.Words for .NET

    Enhance your documents with the Watermark SetImage method. Effortlessly add stunning image watermarks for a professional touch.... Document doc = new Document (); // Modify the image...ImageWatermarkOption imageWatermarkOption = new ImageWatermarkOption (); imageWatermarkOption...

    reference.aspose.com/words/net/aspose.words/wat...
  8. ChartAxisTitle.Overlay | Aspose.Words for .NET

    Discover the ChartAxisTitle Overlay property, control chart element overlap for clearer visuals. Enhance your data presentation effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "AW Series 1" , new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  9. AposePDF.Net Linux - Free Support Forum - aspos...

    I try to realize a Poc on linux , and when use this code using var document = New Aspose.Pdf.Document(pdfFile); var pngDevice = New Aspose.Pdf.Devices.JpegDevice() { }; …...document = new Aspose.Pdf.Document(pdfFile); var pngDevice = new Aspose...JpegDevice() { }; using var pngStream = new FileStream(imgFile, FileMode...

    forum.aspose.com/t/aposepdf-net-linux/311150
  10. Ink|Aspose.Slides Documentation

    Handle digital ink on slides in C# with Aspose.Slides: add pen strokes, edit paths, set color and width, and export results for PowerPoint and OpenDocument....Slides cannot create new ink strokes programmatically...Access_Ink () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/ink/