BitmapConversionOptions

Options for changing the document mode to Bitmap.

Hierarchy:

Superclass: DocumentConversionOptions

Class: BitmapConversionOptions

Constants/Events

Name

Type

Access

Description

angle

Number

readonly

The angle (in degrees) at which to orient individual dots. Valid only when 'method' = halftone screen. Range: -180 to 180.

frequency

Number

readonly

The number of printer dots per inch. Valid only when 'method' = halftone screen. Range: 1.0 to 999.99.

method

BitmapConversionType

BitmapConversionType.HALFTHRESHOLD

BitmapConversionType.PATTERNDITHER

BitmapConversionType.DIFFUSIONDITHER

BitmapConversionType.HALFTONESCREEN

BitmapConversionType.CUSTOMPATTERN

readonly

The conversion method.

patternName

String

readonly

The name of the pattern to use. Valid only when 'method' = custom.

resolution

Number

readonly

The output resolution (in pixels per inch)

shape

BitmapHalfToneType

BitmapHalfToneType.ROUND

BitmapHalfToneType.DIAMOND

BitmapHalfToneType.ELLIPSE

BitmapHalfToneType.LINE

BitmapHalfToneType.SQUARE

BitmapHalfToneType.CROSS

readonly

The dot shape. Valid only when 'method' = halftone screen.