Change the text displayed in the loading indicator in WPF Pdf Viewer
6 May 20211 minute to read
PDF Viewer allows you to change the text displayed in the loading indicator. The following code example illustrates the same.
// Changing the text displayed in the loading indicator
pdfviewer1. LoadingIndicator.LoadingMessage = "Document loading";
'Changing the text displayed in the loading indicator
pdfviewer1.LoadingIndicator.LoadingMessage = "Document loading"