Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 164,081 for

new

(0.06 sec)
  1. EndCap | Aspose.Words for Java

    Specifies line cap style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose.Diagram for Node.js Examples|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code....diagram" ); var diagram = new aspose . diagram . Diagram ();..."aspose.diagram" ); diagram = new aspose . diagram . Diagram (...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  3. ImageSaveOptions.thresholdForFloydSteinbergDith...

    ImageSaveOptions.thresholdForFloydSteinbergDithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...darker images. let options = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Access Mail Services using OAuth|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....requests ITokenProvider for a new access token when the previous...using ( SmtpClient client = new SmtpClient ( "smtp.gmail.com"...

    docs.aspose.com/email/net/access-mail-services-...
  5. Convert Image To JPG C#

    Convert Image to JPG format in C# code. Save Image as JPG using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/net/conversion/image-...
  6. Convert Image To BMP C#

    Convert Image to BMP format in C# code. Save Image as BMP using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.bmp" , new ImageSaveOptions(SaveFormat.Bmp));...

    products.aspose.com/words/net/conversion/image-...
  7. Convert PDF To PNG C#

    Convert PDF to PNG format in C# code. Save PDF as PNG using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...
  8. Convert TEXT To PNG C#

    Convert TEXT to PNG format in C# code. Save TEXT as PNG using C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/text-t...
  9. Convert PDF To SVG C#

    Convert PDF to SVG format in C# code. Save PDF as SVG using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert TEXT To GIF C#

    Convert TEXT to GIF format in C# code. Save TEXT as GIF using C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/text-t...