TiffMonochromeColorFormat.BlackThreshold Property

Gets or sets the value of black threshold.

public Nullable<int> BlackThreshold { get; set; }
Public Property BlackThreshold As Nullable(Of Integer)

Property Value

Nullable<int>

Licensing Info

This property is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

Remarks

Value of black threshold should be between 0 and 255. All pixels with color value below or equal to black threshold will be converted to black and all pixels with color value above black threshold will be converted to white.

See Also

TiffMonochromeColorFormat
ceTe.DynamicPDF.Rasterizer

In this topic