Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / LaunchOptions Class / RunWithNoSandbox Property

In This Topic
    RunWithNoSandbox Property
    In This Topic
    Gets or sets whether a sandbox should be disabled to prevent issues on Linux. Use it if you absolutely trust the content you open. Defaults to false.
    Syntax
    'Declaration
     
    Public Property RunWithNoSandbox As System.Boolean
    public System.bool RunWithNoSandbox {get; set;}
    See Also