public abstract class AbstractPdfToImageParameters extends AbstractParameters implements SinglePdfSourceTaskParameters
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DPI |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ImageColorType |
getOutputImageColorType() |
abstract ImageType |
getOutputImageType() |
int |
getResolutionInDpi() |
PdfSource<?> |
getSource() |
float |
getUserZoom() |
int |
hashCode() |
void |
setResolutionInDpi(int resolutionInDpi) |
void |
setSource(PdfSource<?> source)
Set the source for this parameter.
|
void |
setUserZoom(float userZoom)
Controls the resolution of the resulting images.
|
isOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOutput, isOverwritepublic static final int DEFAULT_DPI
public PdfSource<?> getSource()
getSource in interface SinglePdfSourceTaskParameterspublic void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameterssetSource in interface SinglePdfSourceTaskParameterspublic ImageColorType getOutputImageColorType()
public float getUserZoom()
public void setUserZoom(float userZoom)
userZoom - how much should the pdf page be zoomed in before it gets rendered as an image.@NotNull public abstract ImageType getOutputImageType()
public int getResolutionInDpi()
public void setResolutionInDpi(int resolutionInDpi)
public int hashCode()
hashCode in class AbstractParameterspublic boolean equals(Object other)
equals in class AbstractParametersCopyright © 2015. All Rights Reserved.