Options.density

Specifies the vertical and horizontal resolution in pixels. The default density is "72.0x72.0". This attribute can be used when writing JBIG, PCL, PS, PS2, and PS3 format images.

This attribute can also be used to specify the width and height of HISTOGRAM format images. For HISTOGRAM, the default is 256x200.

  1. void density(string str)
    class Options
    void
    density
    (
    string str
    )
  2. void density(Geometry geometry)
  3. Geometry density()

Meta