Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 52,863 for

editor

(0.09 sec)
  1. ExtractLink | Aspose.PDF for .NET API 参考

    提取 PDF 文档中包含的链接实例的集合...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf..."example.pdf" ); IList links = editor . ExtractLink (); foreach (...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  2. CreatePopup | Aspose.PDF for .NET API Reference

    Creates popup annotation in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreatePopup ( new System . Drawing...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  3. pdfannotationeditor - Aspose.PDF for Java - API...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....PdfAnnotationEditor editor = new PdfAnnotationEditor(); editor.bindPdf("example...FileOutputStream("example.xfdf"); editor.exportAnnotationsXfd(stream...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  4. ModifyAnnotations | Aspose.PDF for .NET API Ref...

    Modifies the annotations of the specifed type on the specified page range. It supports to modify next annotation properties Modified Title Contents Color Subject and Open....PdfAnnotationEditor editor = new PdfAnnotationEditor (); editor . BindPdf...true ; editor . ModifyAnnotations ( 1 , 2 , annot ); editor . Save...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. CreateMarkup | Aspose.PDF for .NET API Reference

    Creates markup annotation it PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateMarkup ( new System . Drawing...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  6. CreatePolyLine | Aspose.PDF for .NET API 参考

    创建折线注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...lineInfo . Visibility = true ; editor . CreatePolyLine ( lineInfo...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  7. Edit CSV files via .NET | products.aspose.com

    C# source code to edit CSV document on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....NET Editor CSV Editor PNG JPG BMP TIFF DOCX...API for C# platform for any editor. Open NuGet package manager...

    products.aspose.com/cells/net/editor/csv/
  8. CreateCaret | Aspose.PDF for .NET API Reference

    Creates caret annotation....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateCaret ( 1 , new System . Drawing...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. GetPageBoxSize | Aspose.PDF for .NET API Reference

    Returns size of specified box in document....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (...Drawing . Rectangle rect = editor . GetBoxSize ( 1 , "media"...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  10. Zoom | Aspose.PDF for .NET API Reference

    Get or sets zoom coefficient. Value 1.0 corresponds to 100. Default value is 1.0. The following example demonstrates how to change zoom of the document pages....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (...( "sample.pdf" ); editor . Zoom = 0.5f ; public float Zoom { get...

    reference.aspose.com/pdf/net/aspose.pdf.facades...