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
Licensing Info
This property is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Rasterizer selected.
- A DynamicPDF Rasterizer for .NET v4.X Developer license.
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.