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

In This Topic
    OfflineMode Property
    In This Topic
    Gets or sets a value indicating whether to emulate internet disconnection. Defaults to false.
    Syntax
    'Declaration
     
    Public Property OfflineMode As System.Boolean
    public System.bool OfflineMode {get; set;}
    See Also