GemBox.PdfViewer
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    Annotation Interface

    Namespace:
    @gembox/pdfviewer
    Assembly:
    @gembox/pdfviewer

    Represents an annotation in a PDF document.

    • TypeScript
    export declare interface Annotation

    Fields

    pageIndex

    Gets the index of the page where this annotation is located.

    • TypeScript
    readonly pageIndex: number;
    Remarks

    This value represents the zero-based index of the page in the PDF document.

    type

    Gets the type of this annotation.

    • TypeScript
    readonly type: AnnotationType;
    Field Value
    AnnotationType
    Remarks

    The annotation type categorizes the annotation (e.g. e-signature).

    name

    Gets the name or title of this annotation.

    • TypeScript
    readonly name: string;
    Remarks

    This is typically a short descriptive label for the annotation.

    description

    Gets the description or content of this annotation.

    • TypeScript
    readonly description: string;
    Remarks

    This contains the main text or content associated with the annotation.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.