Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PageOptions Class / WaitUntil Property

In This Topic
    WaitUntil Property
    In This Topic
    Gets or sets the page lifetime events to wait for. Defaults to PageLoadStates.Load.
    Syntax
    'Declaration
     
    Public Property WaitUntil As PageLoadStates
    public PageLoadStates WaitUntil {get; set;}
    See Also