Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 8,551 for

annotation

(0.3 sec)
  1. Jak uzyskać Polygon Adnotację przy użyciu .NET ...

    Kod źródłowy na C#, aby uzyskać adnotacje Polygon na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/pl/net/annotation/polyg...
  2. Jak uzyskać Freetext Adnotację przy użyciu .NET...

    Kod źródłowy na C#, aby uzyskać adnotacje Freetext na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/pl/net/annotation/freet...
  3. Jak dodać Link Adnotację za pomocą .NET | Aspos...

    Kod źródłowy w języku C#, aby dodać adnotacje Link na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Add ( linkAnnotation );...

    products.aspose.com/pdf/pl/net/annotation/link/...
  4. Come ottenere l'annotazione di Strikeout usando...

    Codice sorgente su C# per ottenere Strikeout annotazioni su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/net/annotation/strik...
  5. Come ottenere l'annotazione di Caret usando .NE...

    Codice sorgente su C# per ottenere Caret annotazioni su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/net/annotation/caret...
  6. إنشاء روابط في ملف PDF باستخدام C#|Aspose.PDF f...

    يشرح هذا القسم كيفية إنشاء روابط في مستند PDF الخاص بك باستخدام C#.... أضف الرابط إلى خاصية Annotations لكائن الصفحة. أخيرًا، احفظ...فتحها. أضف الرابط إلى مجموعة Annotations لكائن الصفحة. احفظ ملف PDF...

    docs.aspose.com/pdf/ar/net/create-links/
  7. PdfEncryptionDetails class | Aspose.Words for P...

    aspose.words.saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF document...to allow the editing of annotations. encryption_details = aw...PdfPermissions . MODIFY_ANNOTATIONS | aw . saving . PdfPermissions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ลบคำอธิบายประกอบ DOCX ออนไลน์หรือจัดการคำอธิบาย...

    ลบความคิดเห็นออกจากไฟล์ DOCX ผ่านแอปออนไลน์ฟรี รหัส Java API เพื่อจัดการความคิดเห็นของไฟล์ DOCX...Total Java Annotate ลบคำอธิบายประกอบ DOCX ออน...ies) ``` 📝 เหตุผลที่ต้อง Annotate ไฟล์ .DOCX: การใช้งานในชีวิตประจำวัน...

    products.aspose.com/total/th/java/annotate/docx/
  9. Anotaciones Adhesivas en PDF usando C++|Aspose....

    Este tema trata sobre las anotaciones adhesivas, como ejemplo mostramos la Anotación de Marca de Agua en el texto. Se utiliza para representar gráficos en la página. Consulte el fragmento de código para resolver esta tarea....namespace Aspose :: Pdf :: Annotations ; void ExampleWatermarkAnno...-> idx_get ( 1 ); //Create Annotation auto wa = MakeObject < WatermarkAnnotation...

    docs.aspose.com/pdf/es/cpp/sticky-annotations/
  10. Ekstrak Tautan dari File PDF|Aspose.PDF untuk Java

    Ekstrak tautan dari PDF dengan Java. Topik ini menjelaskan cara mengekstrak tautan menggunakan kelas AnnotationSelector.... List < Annotation > list = selector . getSelected...getSelected (); for ( Annotation annot : list ) { System . out ....

    docs.aspose.com/pdf/id/java/extract-links/