Class AnnotationAddEventArgs
This event arguments provides the necessary information about annotation add event.
Inheritance
System.Object
AnnotationAddEventArgs
Implements
System.IEquatable<AnnotationAddEventArgs>
Inherited Members
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<>