| PdfViewerLoadingIconText Property |
Gets or sets loading icon text in progressive rendering mode
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax public string LoadingIconText { get; set; }
Public Property LoadingIconText As String
Get
Set
public:
property String^ LoadingIconText {
String^ get ();
void set (String^ value);
}
member LoadingIconText : string with get, set
/** @property */
public String get_LoadingIconText()
/** @property */
public void set_LoadingIconText(String value)
function get_LoadingIconText();
function set_LoadingIconText(value);
Property Value
StringSee Also