Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 7,779 for

annotation

(0.18 sec)
  1. Novedades|Aspose.PDF for .NET

    En esta página se presentan las características nuevas más populares en Aspose.PDF for .NET que se han introducido en las versiones recientes....corregir valores en el arreglo Annotation.Rect. Versión de dependencia...Create an OutputIntent with annotation required OutputConditionIdent...

    docs.aspose.com/pdf/es/net/whatsnew/
  2. Lock or unlock shapes|Documentation

    This article shows you code explaining how to Lock or unlock shapes to protect them using Aspose.Cells library....where shapes may be used for annotations, illustrations, or as part...used to safeguard specific annotations or highlights that provide...

    docs.aspose.com/cells/net/lock-or-unlock-shapes/
  3. Java 을 (를) 사용하여 Caret 주석을 추가하는 방법 | Aspose.PDF

    JSP/JSF 응용 프로그램 및 데스크톱 응용 프로그램의 Java 런타임 환경에서 PDF 파일에 Caret 주석을 추가하기 위한 Java 샘플 코드입니다....Annotations 컬렉션에서 Caret 주석에 대해 Add 메서드를...+ "sample.pdf" ); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/ko/java/annotation/care...
  4. چگونگی اضافه کردن Highlight حاشیه نویسی با استف...

    کد نمونه جاوا برای اضافه کردن Highlight حاشیه نویسی در فایل پی دی اف در محیط جاوا زمان اجرا برای JSP/JSF نرم افزار و برنامه های دسکتاپ....visit ( page ); // Create annotations HighlightAnnotation highlightAnnotation...getLightGreen ()); // Add annotation to the page page . getAnnotations...

    products.aspose.com/pdf/fa/java/annotation/high...
  5. 如何使用 .NET 添加 Strikeout 註解 | Aspose.PDF

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

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

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

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

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

    products.aspose.com/pdf/zh-hant/net/annotation/...
  8. Travailler avec des façades|Aspose.PDF for .NET

    Apprenez à travailler avec des façades PDF dans .NET en utilisant Aspose.PDF pour une manipulation et une visualisation plus faciles du contenu PDF....Travailler avec des annotations - gérer les annotations du document PDF...

    docs.aspose.com/pdf/fr/net/working-with-facades/
  9. نحوه دریافت Highlight حاشیه نویسی با استفاده از...

    کد نمونه جاوا برای دریافت Highlight حاشیه نویسی در فایل PDF در محیط زمان اجرا جاوا برای JSP/JSF برنامه ها و برنامه های دسکتاپ....annotationSelector1 ); List < Annotation > textMarkupAnnotation =...()); // print results for ( Annotation ta : textMarkupAnnotation...

    products.aspose.com/pdf/fa/java/annotation/high...
  10. C++ 을 사용하여 PDF 양식 작성 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일의 간단한 데모 소스 코드를 사용하여 PDF 양식을 만들 수 있습니다....MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/ko/cpp/acroforms/create/