Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 26,223 for

annotator

(0.1 sec)
  1. PasswordBoxField | Aspose.PDF for .NET API Refe...

    Class descibes text field for entering password....Actions { get; } Gets the annotation actions. (2 properties) virtual...set; } Gets or sets current annotation appearance state. AlternateName...

    reference.aspose.com/pdf/net/aspose.pdf.forms/p...
  2. ButtonField | Aspose.PDF for .NET API Reference

    Class represnets push button field....Actions { get; } Gets the annotation actions. (2 properties) virtual...set; } Gets or sets current annotation appearance state. AlternateCaption...

    reference.aspose.com/pdf/net/aspose.pdf.forms/b...
  3. SquigglyAnnotation.h - Aspose.PDF for C++ - API...

    SquigglyAnnotation.h 1 #pragma once 2 // Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved. 3 4 #include "A......Cpp/InteractiveFeatures/Annotations/TextMarkupAnnotation.h" 5...11 namespace Annotations 12 { 13 class Annotation; 14 class AnnotationSelector;...

    reference.aspose.com/pdf/cpp/_squiggly_annotati...
  4. AnnotationCollection - Aspose.Diagram for Java ...

    Detailed explanation & examples that helps developers integrate Visio File Processing features in their own Java applications....ActiveXControlBase Align Alignment Annotation AnnotationCollection ArcTo...AnnotationCollection extends Collection Annotation collection. Property Getters/Setters...

    reference.aspose.com/diagram/java/com.aspose.di...
  5. stampannotation - Aspose.PDF for Java - API Ref...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....AbsorbedTable ActionCollection Annotation AnnotationActionColl AnnotationCollection...BaseParagraph com.aspose.pdf.Annotation com.aspose.pdf.MarkupAnnotation...

    reference.aspose.com/pdf/java/com.aspose.pdf/st...
  6. PolylineAnnotation | Aspose.PDF for Java API Re...

    Represents polyline annotation that is similar to polygon except that the first and last vertex are not implicitly connected....Annotation , com.aspose.pdf.MarkupAnnotation...PolyAnnotation Represents polyline annotation that is similar to polygon...

    reference.aspose.com/pdf/java/com.aspose.pdf/po...
  7. C++ ব্যবহার করে কিভাবে Redaction টীকা যোগ করবেন...

    C++ ভাষার সাথে যেকোনো প্ল্যাটফর্মে পিডিএফ ফাইলে Redaction টীকা যোগ করার জন্য সোর্স কোড...region RedactionAnnotation annot = new RedactionAnnotation (...( 200 , 500 , 300 , 600 )); annot . FillColor = Aspose . Pdf ...

    products.aspose.com/pdf/bn/cpp/annotation/redac...
  8. 如何使用 C++ 添加 Redaction 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Redaction 註釋的原始程式碼...region RedactionAnnotation annot = new RedactionAnnotation (...( 200 , 500 , 300 , 600 )); annot . FillColor = Aspose . Pdf ...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  9. Aspose::Pdf::Forms::ComboBoxField Class Referen...

    Public Member Functions | Protected Member Functions | List of all members Aspose::Pdf::Forms::ComboBoxField Class Re......System::SharedPtr < Aspose::Pdf::Annotations::WidgetAnnotation >> array...System::SharedPtr < Aspose::Pdf::Annotations::WidgetAnnotation > > > GetEnumerator...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.f...
  10. Update Links in PDF|Aspose.PDF for .NET

    Update links in PDF programmatically. This guide is about how to update links in PDF in C# language....); // Get the first link annotation from first page of document...document . Pages [ 1 ]. Annotations [ 1 ]; // Modification link:...

    docs.aspose.com/pdf/net/update-links/