menu

Blazor

  • Code Examples
  • 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
    Inherited Members
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationAddEventArgs>.PageNumber
    BaseEventArgs<AnnotationAddEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class AnnotationAddEventArgs : AnnotationBaseEventArgs<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

    The PdfAnnotationProperties object that contains the settings for the annotation.

    Bound

    Gets the bound of the annotations.

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

    A Bound object representing the location and size of the annotation on the page.

    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>

    A list of Bound objects representing the location and size of the textmark annotation on the page.

    CustomStampName

    Defines the name of the custom stamp added to the PDF page.

    Declaration
    public string CustomStampName { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    LabelSettings

    LabelSettings for shape and measure annotation.

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

    The PdfViewerShapeLabelSettings object that contains the label settings for the shape and measure annotations.

    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
    System.Collections.Generic.List<PdfAnnotation>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved