Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 213,599 for

new

(0.23 sec)
  1. Render a Panorama view of 3D scene|Documentation

    Using Aspose.3D for .NET API, developers can render a panorama view of 3D scene and save that view into the supported image formats....//load the scene Scene scene = new Scene ( path ); //create a camera...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/net/render-a-panorama-view-o...
  2. PDF Sticky Annotations|Aspose.PDF for Java

    Learn how to create sticky annotations in PDFs for notes, highlights, and comments using Aspose.PDF in Java....PDF file Document document = new Document ( _dataDir + "sample...WatermarkAnnotation wa = new WatermarkAnnotation ( page , new Rectangle (...

    docs.aspose.com/pdf/java/sticky-annotations/
  3. ImportFormatOptions.adjustSentenceAndWordSpacin...

    ImportFormatOptions.adjustSentenceAndWordSpacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically...let srcDoc = new aw . Document (); let dstDoc = new aw . Document...Document (); var builder = new aw . DocumentBuilder ( srcDoc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....instance Document pdfDocument = new Document (); // Add page to pages...certain dimensions Graph graph = new Graph ( 400 , 200 ); // Set border...

    docs.aspose.com/pdf/java/add-curve/
  5. Working with Distribution Lists on Exchange Ser...

    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....ExchangeDistribution distributionList = new ExchangeDistribution (); distributionList...MailAddressCollectio members = new MailAddressCollectio (); members...

    docs.aspose.com/email/java/working-with-distrib...
  6. BarcodeParameters.SymbolHeight | Aspose.Words f...

    Discover the BarcodeParameters SymbolHeight property to easily adjust barcode image height in twips (1/1440 inches) for optimal scanning performance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose.PSD for .NET 22.6 - Release Notes|Docume...

    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.... Save ( outputPng , new PngOptions ()); } PSDNET-940...psd" ); var contentTestFiles = new string [] { "OnlyRegular.psd"...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-6...
  8. PdfDigitalSignatureDetails | Aspose.Words for .NET

    Discover the PdfDigitalSignatureDetails constructor, designed to efficiently initialize digital signature instances for secure document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

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

    Contains details for signing a PDF document with a digital signature in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PDF. PdfSaveOptions options = new PdfSaveOptions(); // Configure...

    reference.aspose.com/words/java/com.aspose.word...
  10. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...{ var doc = new Document(); var glossaryDoc = new GlossaryDocument();...glossaryDoc; BuildingBlock block = new BuildingBlock(glossaryDoc) {...

    forum.aspose.com/t/cannot-append-text-to-tables...