Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 214,458 for

new

(0.14 sec)
  1. VbaModule | Aspose.Words for .NET

    Effortlessly create empty VBA modules with our VbaModule constructor. Streamline your coding process and enhance your development workflow today!...Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...
  2. Manage ActiveX Controls in Presentations in .NE...

    Learn how Aspose.Slides for .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....Presentation presentation = new Presentation ( "ActiveX.pptm"...image unchanged. Bitmap image = new Bitmap (( int ) control . Frame...

    docs.aspose.com/slides/net/activex/
  3. TableSubstitutionRule.set_substitutes method | ...

    TableSubstitutionRule.set_substitutes method. Override substitute font names for given original font name...."Amethysta": "Arvo", and "Courier New". # If the first substitute is...'Amethysta' , [ 'Arvo' , 'Courier New' ]) # "Amethysta" is unavailable...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PSD PSB Зменшити Розмір Рішення | products.aspo...

    Зменшити розмір PSD файлів...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/ua/reduce-size/
  5. PSD PSB pakkausratkaisu | products.aspose.com

    Pakkaa Adobe Photoshop -kuvat pienentääksesi tiedostojen kokoa...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/fl/compress/psb/
  6. PSD PSB pakkausratkaisu | products.aspose.com

    Pakkaa Adobe Photoshop -kuvat pienentääksesi tiedostojen kokoa...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/fl/compress/
  7. 档案

    档案...AutoMaskingGraphCutO options = new AutoMaskingGraphCutO { // 指示在图像分解期间应执行默认笔划的新计算。...Decompose = false, ExportOptions = new PngOptions() { ColorType = PngColorType...

    blog.aspose.com/zh/imaging/remove-image-backgro...
  8. MULTIPLE PAGE TIFF FILE TO PDF - Free Support F...

    I want to merge a multipage tiff file to a pdf I used this function but only first frame of tiff got added , what do I need to change , we need to ensure that we are processing each frame of the TIFF file, can you sugge…...(FileInputStream imageStream = new FileInputStream(tiffPath)) {...add(imageStream); newPage.getContents().add(new GSave()); Rectangle pageRect...

    forum.aspose.com/t/multiple-page-tiff-file-to-p...
  9. Split PDF pages|Aspose.PDF for Java

    This section explains how to split PDF pages with com.aspose.pdf.facades Facades using PdfFileEditor class....PdfFileEditor pdfEditor = new com.aspose.pdf.facades.PdfFileEditor();...facades.PdfFileEditor pdfEditor = new com.aspose.pdf.facades.PdfFileEditor();...

    docs.aspose.com/pdf/java/split-pdf-pages/
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....Follow the steps below: Create a new PDF Document Add Page to pages...Create a new PDF document Document pdfDocument = new Document...

    docs.aspose.com/pdf/java/add-rectangle/