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

    Show / Hide Table of Contents

    AnnotationCreatedEvent Interface

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

    Represents an event that is emitted when a new annotation has been successfully created.

    • TypeScript
    export declare interface AnnotationCreatedEvent extends ViewerEvent
    Remarks

    This event is fired after the annotation has been added to the document, providing access to the fully initialized annotation object.

    Fields

    annotation

    • TypeScript
    readonly annotation: Annotation;
    Field Value
    Annotation

    Inherited Fields

    defaultPrevented

    Gets a value indicating whether the event's default action has been canceled.

    (Inherited from ViewerEvent)

    Inherited Methods

    preventDefault

    Cancels the event if it is cancelable, without stopping further propagation of the event.

    (Inherited from ViewerEvent)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.