Hi Dhivya,
Sorry it does not work, a this time this function annotationSelected => TextMarkupContent return nothing
public void annotationSelected(AnnotationSelectEventArgs args)
{
//selectedProp.Values = new List() { new Value() { Data = args?.AnnotationProperties?.TextMarkupContent, Height = 100, Page = 2, Width = 120, X = 12, Y = 78 } };
Console.WriteLine("==== annotationSelected =====");
Console.WriteLine("TextMarkupContent " + args?.AnnotationProperties?.TextMarkupContent);
}
You can check with the sample I send you before. Remove this line => "/selectedProp.Values = new List() { new Value() { Data = args?.AnnotationProperties?.TextMarkupContent, Height = 100, Page = 2, Width = 120, X = 12, Y = 78 } };"
because now it's crash...
Update to the last version of Syncfusion.Blazor.PdfViewer
And you see the function return nothing.
Thanks,
Nicolas