Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 7,228 for

annotation

(0.17 sec)
  1. Anotaciones Adicionales usando C#|Aspose.PDF fo...

    Aprende cómo agregar anotaciones adicionales a archivos PDF en .NET usando Aspose.PDF para características interactivas del documento.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...pdf" )) { // Create Caret Annotation for text insertion var caretAnnotation1...

    docs.aspose.com/pdf/es/net/extra-annotations/
  2. تعديل التعليقات التوضيحية في ملف PDF الخاص بك (...

    يوضح هذا القسم كيفية تعديل التعليقات التوضيحية من ملف PDF إلى XFDF باستخدام Aspose.PDF Facades....إنشاء كائن جديد من النوع Annotation لتعديل خصائص التعليق التوضيحي...DefaultAppearance (); FreeTextAnnotation annotation = new FreeTextAnnotation...

    docs.aspose.com/pdf/ar/java/modify-annotations/
  3. Uso de tipos adicionales de anotaciones PDF|Asp...

    Esta sección describe cómo agregar, obtener y eliminar tipos adicionales de anotaciones de su documento PDF.... Crear una nueva Caret Annotation y establecer los parámetros...annotationSelector ); List < Annotation > caretAnnotations = annotationSelector...

    docs.aspose.com/pdf/es/java/extra-annotations/
  4. PDF スティッキー注釈を Python で使用する|Aspose.PDF for Pytho...

    このトピックはスティッキー注釈についてであり、例としてテキストにウォーターマーク注釈を示します。... annotations . WatermarkAnnotation ( page...ページの注釈コレクションに注釈を追加 page . annotations . append ( wa ) # フォント設定のためのTextStateを作成...

    docs.aspose.com/pdf/ja/python-net/sticky-annota...
  5. Anotación de Resaltado en PDF usando C#|Aspose....

    Aprenda cómo agregar anotaciones de resaltado a documentos PDF en .NET usando Aspose.PDF para enfatizar y revisar texto.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...Pages [ 1 ]); // Create annotations for the found text fragments...

    docs.aspose.com/pdf/es/net/highlights-annotation/
  6. Manipulacja adnotacjami w formacie PDF przy uży...

    Prosty kod źródłowy demo do manipulowania adnotacjami w formacie PDF na dowolnej platformie z językiem C++....MakeObject < Aspose :: Pdf :: Annotations :: TextAnnotation > ( page...set_State ( Aspose :: Pdf :: Annotations :: AnnotationState :: Accepted...

    products.aspose.com/pdf/pl/cpp/annotation/
  7. Использование аннотаций текста для PDF|Aspose.P...

    Aspose.PDF for .NET позволяет добавлять, получать и удалять аннотации текста из вашего PDF-документа....Аннотации содержатся в коллекции Annotations конкретной страницы. Эта...RunExamples . GetDataDir_AsposePdf_Annotations (); // Open PDF document...

    docs.aspose.com/pdf/ru/net/text-annotation/
  8. PDF에서 주석 수정|Aspose.PDF for .NET

    이 섹션에서는 Aspose.PDF Facades를 사용하여 PDF 파일의 주석을 XFDF로 수정하는 방법을 설명합니다....GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/ko/net/modify-annotations/
  9. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 将链接添加到Page对象的 Annotations 属性。 最后,使用Document对象的Save方法保存更新的PDF。...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/zh/cpp/create-links/
  10. PDF의 링크 업데이트|Aspose.PDF for C++

    Aspose.PDF for C++로 PDF의 링크를 프로그래밍 방식으로 업데이트합니다. 이 가이드는 PDF 파일에서 링크를 업데이트하는 방법에 관한 것입니다....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // 링크 수정: 링크 대상 변경...

    docs.aspose.com/pdf/ko/cpp/update-links/