Click or drag to resize

PdfOptionsThreshold Property

Gets or sets a color value in the range [0,255] below which a pixel is assumed black when converting to monochrome using the threshold method.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public int Threshold { get; set; }

Property Value

Type: Int32
See Also