Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 7,606 for

annotation

(0.07 sec)
  1. Kako izbrisati sve komentare u PDF-u u C#

    Ovaj kratki vodič vodi o tome kako izbrisati sve komentare u pdf-u u C#. Pruža pojedinosti o IDE postavkama, tijeku programa i primjeru koda koji se može izvoditi za uklanjanje svih komentara iz PDF-a u C#....stranice PDF-a da testirate annotations Iterirajte kroz sve bilješke...ponavlja s zbirkom pod nazivom Annotations koja se dalje ponavlja. Bilješku...

    kb.aspose.com/hr/pdf/net/how-to-delete-all-comm...
  2. Aspose::Words::Saving::PdfPermissions enum | As...

    Aspose::Words::Saving::PdfPermissions enum. Specifies the operations that are allowed to a user on an encrypted PDF document in C++....ModifyAnnotations n/a Add or modify text annotations, fill in interactive form...to allow the editing of annotations. encryptionDetails -> set_Permissions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Extraer datos de tablas en PDF con C#|Aspose.PD...

    Aprende cómo extraer datos tabulares de PDF usando Aspose.PDF for .NET en C#... Annotations . FirstOrDefault ( ann =>...ann . AnnotationType == Annotations . AnnotationType . Square...

    docs.aspose.com/pdf/es/net/extract-data-from-ta...
  4. Tooltip PDF menggunakan C++|Aspose.PDF untuk C++

    Pelajari cara menambahkan tooltip ke fragmen teks dalam PDF menggunakan C++ dan Aspose.PDF...Annotations.HideAction untuk menetapkan...get_Flags () | Aspose :: Pdf :: Annotations :: AnnotationFlags :: Hidden...

    docs.aspose.com/pdf/id/cpp/pdf-tooltip/
  5. 如何使用 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/...
  6. 如何使用 .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/...
  7. 如何使用 .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/...
  8. รูปแบบไฟล์ 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/
  9. 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/
  10. 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/