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

annotate

(0.13 sec)
  1. Jak dodać Square Adnotację za pomocą C++ | Aspo...

    Kod źródłowy do dodawania adnotacji Square w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...pdf" )); // Create Square Annotation var squareAnnotation = new...

    products.aspose.com/pdf/pl/cpp/annotation/squar...
  2. نحوه حذف Circle حاشیه نویسی با استفاده از {{pro...

    کد منبع برای حذف Circle حاشیه نویسی در فایل PDF در هر پلت فرم با زبان C++... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/fa/cpp/annotation/circl...
  3. نحوه حذف Polyline حاشیه نویسی با استفاده از {{p...

    کد منبع برای حذف Polyline حاشیه نویسی در فایل PDF در هر پلت فرم با زبان C++... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ]. Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/fa/cpp/annotation/polyl...
  4. วิธีการเพิ่ม Polyline คำอธิบายประกอบโดยใช้ .NET...

    รหัสที่มาใน C# เพื่อเพิ่ม Polyline คำอธิบายประกอบในกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...Example // Create PoliLine Annotation var polylineAnnotation =...

    products.aspose.com/pdf/th/net/annotation/polyl...
  5. 如何使用 C++ 获取 Strikeout 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上获取 PDF 文件中的 Strikeout 注解的源代码...Annotations 集合中的 Strikeout 注释方法 Get 再次保存该文件...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  6. 如何使用 C++ 获取 Polygon 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上获取 PDF 文件中的 Polygon 注解的源代码...Annotations 集合中的 Polygon 注释方法 Get 再次保存该文件...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  7. Deal with PDF Forms in Python | Aspose.PDF

    Manage PDF Forms programmatically with Python sample code using Aspose.PDF for Python via .NET.... annotations . Border ( textBoxField )...3 border . dash = apdf . annotations . Dash ( 1 , 1 ) textBoxField...

    products.aspose.com/pdf/python-net/acroforms/
  8. Working with Attachments in PDF with JavaScript...

    Use JavaScript PDF toolkit to access, add and remove attachments in PDF files. Complete guide with JavaScript code samples....from an existing PDF PDF Annotations using JavaScript Working...

    docs.aspose.com/pdf/javascript-cpp/attachments/
  9. PdfAttachmentsEmbeddingMode Enum | Aspose.Words...

    Controlla come incorporare gli allegati nei PDF con PdfAttachmentsEmbeddingMode. Ottimizza la struttura e la compatibilità dei documenti per una condivisione fluida.... Annotations 1 Gli allegati sono incorporati...

    reference.aspose.com/words/it/net/aspose.words....
  10. Actualizar Enlaces en PDF|Aspose.PDF para Java

    Actualizar enlaces en PDF programáticamente. Esta guía trata sobre cómo actualizar enlaces en PDF en lenguaje Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/es/java/update-links/