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

    Show / Hide Table of Contents

    AnnotationCreatingEvent Interface

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

    Represents an event that is emitted when a new annotation is being created.

    • TypeScript
    export declare interface AnnotationCreatingEvent extends ViewerEvent
    Remarks

    This event is fired before the annotation is actually added to the document, allowing listeners to modify or cancel the creation process through the annotation options.

    Fields

    annotation

    • TypeScript
    annotation: AnnotationOptions;
    Field Value
    AnnotationOptions

    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.