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

In This Topic
    DumpToErrorStream Property
    In This Topic
    Gets or sets a value indicating whether to pipe browser process stderr into the application process stderr. Defaults to false.
    Syntax
    'Declaration
     
    Public Property DumpToErrorStream As System.Boolean
    public System.bool DumpToErrorStream {get; set;}
    See Also