public abstract class AbstractPdfToImageParameters extends AbstractParameters implements SinglePdfSourceTaskParameters, PdfToImageParameters
| 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() |
int |
hashCode() |
void |
setOutputImageColorType(ImageColorType outputImageColorType) |
void |
setResolutionInDpi(int resolutionInDpi) |
void |
setSource(PdfSource<?> source)
Set the source for this parameter.
|
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExistingOutputPolicy, getOutput, isLenient, setExistingOutputPolicy, setLenientpublic static final int DEFAULT_DPI
public PdfSource<?> getSource()
getSource in interface SinglePdfSourceTaskParameterspublic void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameterssetSource in interface SinglePdfSourceTaskParameterspublic ImageColorType getOutputImageColorType()
getOutputImageColorType in interface PdfToImageParameterspublic void setOutputImageColorType(ImageColorType outputImageColorType)
setOutputImageColorType in interface PdfToImageParameters@NotNull public abstract ImageType getOutputImageType()
public int getResolutionInDpi()
getResolutionInDpi in interface PdfToImageParameterspublic void setResolutionInDpi(int resolutionInDpi)
setResolutionInDpi in interface PdfToImageParameterspublic int hashCode()
hashCode in class AbstractParameterspublic boolean equals(Object other)
equals in class AbstractParametersCopyright © 2021 sejda. All rights reserved.