Object
BitmapConversionOptions
Options for changing the document mode to Bitmap.
DocumentConversionOptions ›BitmapConversionOptions
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | Number | read/write | The angle (in degrees) at which to orient individual dots. Valid only when 'method' = halftone screen. Range: -180 to 180. |
| static | Number | read/write | The number of printer dots per inch. Valid only when 'method' = halftone screen. Range: 1.0 to 999.99. |
| static | BitmapConversionType = BitmapConversionType.DIFFUSIONDITHER | read/write | The conversion method. |
| static | String | read/write | The name of the pattern to use. Valid only when 'method' = custom. |
| static | Number = 72 | read/write | The output resolution (in pixels per inch) |
| static | BitmapHalfToneType | read/write | The dot shape. Valid only when 'method' = halftone screen. |