Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 8,589 for

annotate

(0.98 sec)
  1. 如何使用 C++ 刪除 Strikeout 註釋 | Aspose.PDF

    用於在任何平台上刪除 Strikeout PDF 檔中C++註釋的原始程式碼... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  2. 如何使用 .NET 刪除 Freetext 註釋 | Aspose.PDF

    C# 上的原始程式碼,用於刪除 Freetext 通過 COM 互操作在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上的批注。... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  3. 如何使用 .NET 刪除 Text 註釋 | Aspose.PDF

    C# 上的原始程式碼,用於刪除 Text 通過 COM 互操作在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上的批注。... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  4. 如何使用 C++ 刪除 Freetext 註釋 | Aspose.PDF

    用於在任何平台上刪除 Freetext PDF 檔中C++註釋的原始程式碼... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  5. 使用 .NET 建立 PDF 表單 | Aspose.PDF

    使用 Aspose.PDF 為 .NET 使用建立 PDF 表單並以編程方式使用 C# 範例程式碼加入欄位。... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/zh-hant/net/acroforms/c...
  6. จัดการกับแบบฟอร์ม PDF ใน Python | Aspose.PDF

    จัดการแบบฟอร์ม PDF แบบโปรแกรมด้วยรหัสตัวอย่าง Python โดยใช้ Aspose.PDF สำหรับ Python via .NET... annotations . Border ( textBoxField )...3 border . dash = apdf . annotations . Dash ( 1 , 1 ) textBoxField...

    products.aspose.com/pdf/th/python-net/acroforms/
  7. Add JavaScript to PDF using C#

    Follow this article to add JavaScript to PDF using C#. It has details to set the IDE, a list of steps, and a sample code for working with PDF JS using C# by adding different types of scripts for various actions....PDF JS Import the PDF and Annotations classes from the library...C# . Import the PDF and Annotations classes, load the license...

    kb.aspose.com/pdf/net/add-javascript-to-pdf-usi...
  8. Add Image to PDF using C++|Aspose.PDF for C++

    This section describes how to add image to existing PDF file using C++ library....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/cpp/add-image-to-existing-p...
  9. Zajmij się formularzami PDF w Python | Aspose.PDF

    Zarządzaj formularzami PDF programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla Python via .NET.... annotations . Border ( textBoxField )...3 border . dash = apdf . annotations . Dash ( 1 , 1 ) textBoxField...

    products.aspose.com/pdf/pl/python-net/acroforms/
  10. Create PDF Forms using C++ | Aspose.PDF

    Create PDF forms and add fields programmatically with C++ sample code using Aspose.PDF for C++....MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/cpp/acroforms/create/