Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BiLevel Class / Threshold Property

In This Topic
    Threshold Property (BiLevel)
    In This Topic
    Gets or sets the luminance threshold for the Bi-Level effect.

    Values greater than or equal to the threshold are set to white.

    Values lesser than the threshold are set to black.

    Allowed values are from 0 to 1, inclusive.

    The default is 0.

    Syntax
    'Declaration
     
    Public Property Threshold As System.Single
    public System.float Threshold {get; set;}
    See Also