Hi Arthur,
Sorry for the
inconvenience. Currently, there is no support to change the fill color alone to transparent. We suggest you change the stroke color separately using the
below code snippet.
Code Snippet:
|
PdfViewerCircleSettings CircleSettings = new
PdfViewerCircleSettings { FillColor = "orange", Opacity = 0.6, StrokeColor = "blue"
};
|
Kindly try this
and let us know if you have any concerns about this.
Regards,
Vasugi