Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 165,038 for

new

(0.07 sec)
  1. Convert Image To PNG C#

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

    products.aspose.com/words/net/conversion/image-...
  2. Convert WORD To PNG C#

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

    products.aspose.com/words/net/conversion/word-t...
  3. Convert TEXT To JPG C#

    Convert TEXT to JPG format in C# code. Save TEXT as JPG 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...
  4. Convert JPG To GIF C#

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

    products.aspose.com/words/net/conversion/jpg-to...
  5. FieldFormCheckBox | Aspose.Words for Java

    Implements the FORMCHECKBOX field in Java.... Document doc = new Document(getMyDir() + "Form fields...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldEQ | Aspose.Words for Java

    Implements the EQ field in Java.... Document doc = new Document(getMyDir() + "Field...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Complex MaxiCode Settings|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....MaxiCodeCodetextMode maxiCodeCodetext = new MaxiCodeCodetextMode (); maxiCodeCodetext...MaxiCodeStructuredSe maxiCodeStructuredSe = new MaxiCodeStructuredSe (); maxiCodeStructuredSe...

    docs.aspose.com/barcode/net/complex-maxicode-ba...
  8. IHyphenationCallback | Aspose.Words for Java

    Implemented by classes which can register hyphenation dictionaries in Java....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio(); Hyphenation...InputStream dictionaryStream = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  9. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....Document doc = new Document(); Table table = new Table(doc); doc...and paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用 C# 的 PDF 工具提示|Aspose.PDF for .NET

    学习如何使用 C# 和 Aspose.PDF 为 PDF 中的文本片段添加工具提示...document using ( var document = new Aspose . Pdf . Document ()) {... Add (). Paragraphs . Add ( new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/net/pdf-tooltip/