Intersoft ClientUI Documentation
IdleLatency Property (XPSDocumentViewer)



Gets or sets the idle timeout required to run the background loading in the document.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IdleLatency As Double
Dim instance As XPSDocumentViewer
Dim value As Double
 
instance.IdleLatency = value
 
value = instance.IdleLatency
[CategoryAttribute("Common Properties")]
public double IdleLatency {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double IdleLatency {
   double get();
   void set (    double value);
}
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

XPSDocumentViewer Class
XPSDocumentViewer Members

Send Feedback