Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 7,775 for

annotation

(0.07 sec)
  1. วิธีการเพิ่ม Circle คำอธิบายประกอบโดยใช้ C++ | ...

    รหัสที่มาเพิ่ม Circle คำอธิบายประกอบในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...pdf" )); // Create Polygon Annotation var circleAnnotation = new...

    products.aspose.com/pdf/th/cpp/annotation/circl...
  2. 액션 작업하기|Aspose.PDF for Java

    이 섹션에서는 Java를 사용하여 문서 및 양식 필드에 액션을 프로그래밍 방식으로 추가하는 방법을 설명합니다. PDF 파일에서 하이퍼링크를 추가, 생성 및 가져오는 방법을 배웁니다....객체가 정의되면 이러한 링크를 Page 객체의 Annotations 컬렉션에 추가합니다. 마지막으로 Document...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/ko/java/actions/
  3. Extraer texto de PDF C#|Aspose.PDF for .NET

    Este artículo describe varias formas de extraer texto de documentos PDF utilizando Aspose.PDF en C#.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...all the annotations foreach ( Aspose . Pdf . Annotations . Annotation...

    docs.aspose.com/pdf/es/net/extract-text-from-al...
  4. 如何使用 C++ 添加 Text 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Text 註釋的原始程式碼...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( TextAnnotation1 );...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  5. 如何使用 .NET 添加 Circle 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Circle 批注。...pdf" )); // Create Polygon Annotation var circleAnnotation = new...document . Pages [ 1 ]. Annotations . Add ( circleAnnotation...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  6. 如何使用 .NET 添加 Watermark 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Watermark 批注。...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( WatermarkAnnotation1...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  7. รูปแบบไฟล์ PDF.จัดการผ่าน C++ | Aspose.PDF

    จัดการรูปแบบ PDF ด้วยรหัสที่มาสาธิตนี้ง่ายในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/th/cpp/acroforms/
  8. PDF 양식.C# 를 통해 관리 | Aspose.PDF

    .NET 프레임워크, .NET 코어 및 COM Interop을 통해 PHP, VBScript, 델파이, C++에서 이 C# 소스 코드를 사용하여 PDF 양식을 관리할 수 있습니다.... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/ko/net/acroforms/
  9. PDF 양식.Python 를 통해 관리 | Aspose.PDF

    Aspose.PDF 및 Python.net을 사용하여 PDF로 된 이 파이썬 소스 코드로 PDF 양식을 관리하세요... annotations . Border ( textBoxField )...5 border . dash = apdf . annotations . Dash ( 1 , 1 ) textBoxField...

    products.aspose.com/pdf/ko/python-net/acroforms/
  10. C++ 을 (를) 사용하여 Square 주석을 추가하는 방법 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일에 Square 주석을 추가하기 위한 소스 코드...Annotations 컬렉션에서 Square 주석에 대해 Add 메서드를...pdf" )); // Create Square Annotation var squareAnnotation = new...

    products.aspose.com/pdf/ko/cpp/annotation/squar...