PDFView4NET WPF Edition
LoadingPageMessage Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : LoadingPageMessage Property
Gets or sets the loading page message.
Syntax
'Declaration
 
Public Property LoadingPageMessage As String
'Usage
 
Dim instance As PDFPageView
Dim value As String
 
instance.LoadingPageMessage = value
 
value = instance.LoadingPageMessage
public string LoadingPageMessage {get; set;}
public: __property string* get_LoadingPageMessage();
public: __property void set_LoadingPageMessage( 
   string* value
);
public:
property String^ LoadingPageMessage {
   String^ get();
   void set (    String^ value);
}

Property Value

The loading page message.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members