Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureFormat Interface / BlackWhiteThreshold Property


In This Topic
    BlackWhiteThreshold Property
    In This Topic
    Gets or sets the black-white threshold of the specified picture. The value for this property must be a number from 0.0 (all black point) to 1.0 (all white point).
    Syntax
    'Declaration
     
    
    Property BlackWhiteThreshold As Double
    'Usage
     
    
    Dim instance As IPictureFormat
    Dim value As Double
     
    instance.BlackWhiteThreshold = value
     
    value = instance.BlackWhiteThreshold
    double BlackWhiteThreshold {get; set;}

    Property Value

    The black-white threshold of the specified picture.
    See Also