Creates options for TIFF images with specified number of bits per pixel and specified
threshold level to use when producing bitonal images.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static ImageCompressionOptions CreateBitonalTiff(
int threshold
)
VB
Public Shared Function CreateBitonalTiff (
threshold As Integer
) As ImageCompressionOptions
Parameters
- threshold
- Type: System.Int32
The threshold level to use.
Return Value
Type:
ImageCompressionOptionsThe newly created options for TIFF images.
See Also