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

In This Topic
    EnableGpuAcceleration Property
    In This Topic
    Gets or sets a value indicating whether GPU acceleration should be enabled. Defaults to false.
    Syntax
    'Declaration
     
    Public Property EnableGpuAcceleration As System.Boolean
    public System.bool EnableGpuAcceleration {get; set;}
    See Also