Change the text displayed in the loading indicator in WPF Pdf Viewer

5 Sep 20251 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"