Hi steve,
Thank you for the
update. Yes, you can use the InteractionMode API
to set the PAN interaction mode in the PDF Viewer. Additionally, you can
completely disable text selection by setting EnableTextSelection to false.
Please feel free to
reach out if you need any assistance or have additional
requirements.
InteractionMode API:
<SfPdfViewer2
Height="100%" Width="100%"
InteractionMode="InteractionMode.Pan">
</SfPdfViewer2>
EnableTextSelection API:
<SfPdfViewer2
Height="100%" Width="100%"
EnableTextSelection="false">
</SfPdfViewer2>
Regards,
Venkada Subramanian D