Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GaussianBlurEffect Class / Multithreaded Property

In This Topic
    Multithreaded Property (GaussianBlurEffect)
    In This Topic
    Gets or sets a value indicating whether the effect should be applied in multiple threads to boost performance.

    The multi-threaded mode requires 3-4 times more memory for internal operations.

    Syntax
    'Declaration
     
    Public Property Multithreaded As System.Boolean
    public System.bool Multithreaded {get; set;}
    See Also