DocumentViewerLoadingMessage Property

Note: This API is now obsolete.
Gets or sets a value that specifies the message displayed while the document is being prepared for the first-time viewing. For example, you can override the default message for localization purpose.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
[ObsoleteAttribute("LoadingMessage is deprecated, use Translations instead.")]
public string LoadingMessage { get; set; }

Property Value

String

See Also