[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BiLevel.Threshold

Threshold Property

Threshold

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.

Declaration
public float Threshold { get; set; }
Public Property Threshold As Single