Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 31,084 for

editor

(0.02 sec)
  1. Adding Javascript actions PDF|Aspose.PDF for .NET

    This section explains how to add Javascript actions to existing PDF file with Aspose.PDF Facades....PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...alert('Welcome to Aspose!');" ; editor . CreateJavaScriptLink ( code...

    docs.aspose.com/pdf/net/adding-javascript-actions/
  2. 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...
  3. Save | Aspose.PDF for .NET API 参考

    将更改的文档保存到文件中...PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); editor . Zoom = 0.5f ; editor . Save ( "newdocument...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  4. 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...
  5. 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...
  6. CreateFileAttachment | Aspose.PDF for .NET API 参考

    创建文件附件注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateFileAttachment ( new System...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  7. Copy Inner and Outer Field|Aspose.PDF for Java

    This section explains how to copy inner and outer Field with com.aspose.pdf.facades using FormEditor Class....CopyInnerField () { FormEditor editor = new FormEditor (); Document...(). add (); editor . bindPdf ( document ); editor . copyInnerField...

    docs.aspose.com/pdf/java/copy-inner-and-outer-f...
  8. Work with Images using PdfContentEditor|Aspose....

    This section explains how to add and delete Images with Aspose.PDF Facades using PdfContentEditor Class....DeleteImage () { PdfContentEditor editor = new PdfContentEditor ( new...pdf" )); editor . DeleteImage ( 2 , new [] { 2 }); editor . Save...

    docs.aspose.com/pdf/net/working-with-images-in-...
  9. Copy Inner and Outer Field|Aspose.PDF for .NET

    This section explains how to copy Inner and Outer Field with Aspose.PDF Facades using FormEditor Class....void CopyInnerField () { var editor = new FormEditor (); var document...Pages . Add (); editor . BindPdf ( document ); editor . CopyInnerField...

    docs.aspose.com/pdf/net/copy-inner-and-outer-fi...
  10. GetPageRotation | Aspose.PDF for .NET API Refer...

    Returns the rotation of specified page....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); int rotation = editor . GetPageSize ( 1 ); Console...

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