Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 52,870 for

editor

(0.08 sec)
  1. CreateApplicationLink | Aspose.PDF for .NET API...

    Creates a link to launch an application in PDF document....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateApplicationLin ( new System...

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

    在 PDF 文档中创建弹出注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreatePopup ( new System . Drawing...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  3. CreateSquareCircle | Aspose.PDF for .NET API Re...

    Creates square-circle annotation....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateSquareCircle ( new System...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  4. Adding Javascript actions PDF|Aspose.PDF for .NET

    Discover how to add JavaScript actions, such as button clicks or form submissions, to PDFs in .NET using Aspose.PDF....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...alert('Welcome to Aspose!');" ; editor . CreateJavaScriptLink ( code...

    docs.aspose.com/pdf/net/adding-javascript-actions/
  5. CreatePolygon | Aspose.PDF for .NET API 参考

    创建多边形注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...lineInfo . Visibility = true ; editor . CreatePolygon ( lineInfo...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  6. GetPages | Aspose.PDF for .NET API 参考

    返回总页数...PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (...WriteLine ( "Document has: " + editor . GetPages ()); 也可以看看 class...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  7. GetViewerPreference | Aspose.PDF for .NET API 参考

    返回视图首选项...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf..."example.pdf" ); int prefValue = editor . GetViewerPreference (); if...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  8. 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...
  9. 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...
  10. 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...