Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 26,134 for

editor

(3.58 sec)
  1. C#: Adjust Image Contrast, Brightness and Gamma...

    Use .NET image processing API to adjust contrast, brightness, and gamma of images in C#. Implement image editing features in your .NET applications....Use .NET image processing API to adjust contrast, brightness, and gamma of images in C#. Implement image editing features in your .NET applications.

    blog.aspose.com/2021/12/24/adjust-image-contras...
  2. ImportAnnotations | Aspose.PDF for .NET API Ref...

    Imports the specified annotations into document from array of another PDF documents....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..., AnnotationType . Text }; editor . ImportAnnotations ( paths...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  3. Replace Text - Facades|Aspose.PDF for .NET

    This section explains how to work with Text - Facades using PdfContentEditor Class....ReplaceText01 () { PdfContentEditor editor = new PdfContentEditor ();..._dataDir + "sample.pdf" ); editor . ReplaceText ( "Value" , "Label"...

    docs.aspose.com/pdf/net/replace-text-facades/
  4. Working with List Item|Aspose.PDF for .NET

    This section explains how to work with List Item with Aspose.PDF Facades using FormEditor Class....AddListItem () { var editor = new FormEditor (); editor . BindPdf ( _dataDir..._dataDir + "Sample-Form-01.pdf" ); editor . AddField ( FieldType . ListBox...

    docs.aspose.com/pdf/net/working-with-list-item/
  5. Save | Aspose.PDF for .NET API Reference

    Saves changed document into file....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); editor . Zoom = 0.5f ; editor . Save ( "newdocument...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  6. CreateWebLink | Aspose.PDF for .NET API Reference

    Creates a web link in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateWebLink ( new System . Drawing...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  7. DeleteBookmarks | Aspose.PDF for .NET API Refer...

    Deletes all bookmarks of the PDF document....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf..."example.pdf" ); editor . DeleteBookmarks (); editor . Save ( "example_out...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  8. FlatteningAnnotations | Aspose.PDF for .NET API...

    Flattens all annotations in the document....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf..."example.pdf" ); editor . FlatteningAnnotation (); editor . Save ( example_out...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. Working with Page Rotation|Aspose.PDF for .NET

    This section explains how to work with Page Rotation using PdfPageEditor Class....RotatePages1 () { var editor = new PdfPageEditor (); editor . BindPdf (..._dataDir + "sample.pdf" ); editor . PageRotations = new System...

    docs.aspose.com/pdf/net/working-with-page-rotat...
  10. CreateBookmarkOfPage | Aspose.PDF for .NET API 参考

    为指定页面创建书签...PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateBookmarkOfPage ( "bookmark...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...