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

15 Nov 20221 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"