Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / VirtualTimeBudget Property

In This Topic
    VirtualTimeBudget Property
    In This Topic
    Gets or sets the number of milliseconds to wait before deeming the page to be ready.

    Setting this property to a value greater than 0, activates PageOptions.LoadLazyImages mode.

    Syntax
    'Declaration
     
    Public Property VirtualTimeBudget As System.Integer
    public System.int VirtualTimeBudget {get; set;}
    See Also