ImageFormat.DefaultBlackThreshold Property

Gets or sets the default value of black threshold.

public static Nullable<int> DefaultBlackThreshold { get; set; }
Public Shared Property DefaultBlackThreshold 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

ImageFormat
ceTe.DynamicPDF.Rasterizer

In this topic