DocumentViewerClientEventsPrintProgress Property
Note: This API is now obsolete.
Gets or sets the client-side event raised when print progress is changed.
The value should be a valid JavaScript function name which is accessible on the host page.
Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
[ObsoleteAttribute("PrintProgress is deprecated, this event is removed as it's not useful.")]
public string PrintProgress { get; set; }
<ObsoleteAttribute("PrintProgress is deprecated, this event is removed as it's not useful.")>
Public Property PrintProgress As String
Get
Set
Property Value
String