public class PdfRendererParams
extends java.lang.Object
| Constructor and Description |
|---|
PdfRendererParams() |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap.Config |
getConfig() |
int |
getHeight() |
int |
getOffScreenSize() |
float |
getRenderQuality() |
int |
getWidth() |
void |
setConfig(android.graphics.Bitmap.Config config) |
void |
setHeight(int height) |
void |
setOffScreenSize(int offScreenSize) |
void |
setRenderQuality(float renderQuality) |
void |
setWidth(int width) |
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public float getRenderQuality()
public void setRenderQuality(float renderQuality)
public int getOffScreenSize()
public void setOffScreenSize(int offScreenSize)
public android.graphics.Bitmap.Config getConfig()
public void setConfig(android.graphics.Bitmap.Config config)