Fax |
The settings for TIFF Fax output images
Create a black-and-white (bitonal) TIFF Fax output image. For the output file name, it is recommended to use the file extension ".tif".public class FaxImageOptions : ImageOptions
The FaxImageOptions type exposes the following members.
Name | Description | |
---|---|---|
Compression | The Fax compression algorithm This property allows a choice of which compression type to use. For details, see TiffBitonalCompressionType. Default: G3 | |
VerticalResolution | The vertical image resolution This property allows a choice of which vertical resolution to use. For details, see FaxVerticalResolution. Note that the horizontal resolution is fixed at 204 DPI by the Fax standard. Default: Standard |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |