Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 196,944 for

new

(0.28 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 JPG To BMP C#

    Convert JPG to BMP format in C# code. Save JPG 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/jpg-to...
  3. 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...
  4. Convert Image To SVG C#

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

    products.aspose.com/words/net/conversion/image-...
  5. Convert HTML To Image C#

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

    products.aspose.com/words/net/conversion/html-t...
  6. CustomXmlProperty Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.CustomXmlProperty class, designed to simplify managing custom XML attributes and smart tag properties for enhanced document control....string, string ) Initializes a new instance of this class. Properties...void Create () { Document doc = new Document (); // A smart tag appears...

    reference.aspose.com/words/net/aspose.words.mar...
  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. 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/
  9. 搜索

    搜索...您可以通過從 New Releases 部分下載參考 DLL 文件或使用以下 NuGet...Aspose.Html.License license = new License(); license.SetLicense("License...

    blog.aspose.com/zh-hant/html/download-image-fro...
  10. Aspose.CAD를 사용할 때 monochrome.ctb 설정 - Free Supp...

    안녕하세요 현재 Aspose.CAD for .NET(버전 25.7.0)을 사용하여 CAD 도면을 PDF 파일로 변환하고 있습니다. 제 목표는 'monochrome.ctb’플롯 스타일을 적용하여 출력이 흑백으로 표시되고 원래의 레이어 기반 선가중치가 올바르게 유지되도록 하는 것입니다. 몇 가지 질문이 있는데 Aspose.CAD는 현재 내보내기 중에 실제 ‘monochrome.ctb’ …...PDF options var pdfOptions = new CadRasterizationOpti { PlotStyle...cadImage.Save("output.pdf", new PdfOptions { VectorRasterizationO...

    forum.aspose.com/t/aspose-cad-monochrome-ctb/31...