|
<PdfViewerEvents AnnotationAdded="annotationAdd">
@code{
public void annotationAdd(AnnotationAddEventArgs args)
{
}
}
|
|
<PdfViewerEvents OnTextSelectionEnd="selectionEnd"></PdfViewerEvents>
@code {
public void selectionEnd(TextSelectionEndEventArgs args)
{ } }
|