Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationAddEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotationAddEventArgs

    This event arguments provides the necessary information about annotation add event.

    Inheritance
    System.Object
    BaseEventArgs<AnnotationAddEventArgs>
    AnnotationBaseEventArgs<AnnotationAddEventArgs>
    AnnotationAddEventArgs
    AnnotationResizeEventArgs
    Implements
    System.IEquatable<AnnotationAddEventArgs>
    Inherited Members
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.PageNumber
    BaseEventArgs<AnnotationAddEventArgs>.Equals(AnnotationAddEventArgs)
    BaseEventArgs<AnnotationAddEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AnnotationAddEventArgs : AnnotationBaseEventArgs<AnnotationAddEventArgs>, IEquatable<AnnotationAddEventArgs>

    Constructors

    AnnotationAddEventArgs()

    Declaration
    public AnnotationAddEventArgs()

    Properties

    AnnotationProperties

    Gets the settings of the annotation added to the PDF document.

    Declaration
    public PdfAnnotationProperties AnnotationProperties { get; }
    Property Value
    Type Description
    PdfAnnotationProperties

    Bound

    Gets the bound of the annotations.

    Declaration
    public Bound Bound { get; }
    Property Value
    Type Description
    Bound
    Remarks

    It is not applicable for text markup annotation.

    Bounds

    Gets the textmark annotation bounds details.

    Declaration
    public List<Bound> Bounds { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Bound>

    LabelSettings

    LabelSettings for shape and measure annotation.

    Declaration
    public PdfViewerShapeLabelSettings LabelSettings { get; set; }
    Property Value
    Type Description
    PdfViewerShapeLabelSettings
    Remarks

    It is applicable only set the EnableShapeLabel value as true. By default it is true.

    MultiplePageCollection

    Defines the multi page annotation collections.

    Declaration
    public List<PdfAnnotation> MultiplePageCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<PdfAnnotation>

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved