Accessor Functions
Accessor Functions
Currently, resolution and bit depth must be set before decompress()
is called. Once the document has been parsed, it will produce pages at the resolution that was set prior to decompressing.
public void setPageHeight(int pgHeight)
:public void setPageWidth(int pgWidth)
public int bitDepth()
public int resolution()
public void setBitDepth(int depth)
public void setResolution(int resolution)
Have questions, corrections, or concerns about this topic? Please let us know!