Class AnnotationAddEventArgs
This event arguments provides the necessary information about annotation add event.
Inheritance
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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> |