public abstract class AbstractPdfToMultipleImageParameters extends MultiplePdfSourceMultipleOutputParameters implements PageRangeSelection, PagesSelection, PdfToImageParameters
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DPI |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllPageRanges(Collection<PageRange> ranges) |
void |
addPageRange(PageRange range) |
boolean |
equals(Object o) |
ImageColorType |
getOutputImageColorType() |
abstract ImageType |
getOutputImageType() |
Set<Integer> |
getPages(int upperLimit) |
Set<PageRange> |
getPageSelection() |
int |
getResolutionInDpi() |
int |
hashCode() |
void |
setOutputImageColorType(ImageColorType outputImageColorType) |
void |
setResolutionInDpi(int resolutionInDpi) |
addSpecificResultFilename, addSpecificResultFilenames, getOutput, getOutputPrefix, getSpecificResultFilename, getSpecificResultFilename, getSpecificResultFilenames, setOutput, setOutputPrefixaddSource, addSources, getSourceList, removeAllSourcesgetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersiongetExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExistingOutputPolicy, getOutput, isLenient, setExistingOutputPolicy, setLenientpublic static final int DEFAULT_DPI
public 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 void addPageRange(PageRange range)
public void addAllPageRanges(Collection<PageRange> ranges)
public Set<PageRange> getPageSelection()
getPageSelection in interface PageRangeSelectionpublic Set<Integer> getPages(int upperLimit)
getPages in interface PagesSelectionupperLimit - the number of pages of the document (upper limit).PageRange set or the natural order in
case of all pages.PagesSelection.getPages(int)public boolean equals(Object o)
equals in class MultiplePdfSourceMultipleOutputParameterspublic int hashCode()
hashCode in class MultiplePdfSourceMultipleOutputParametersCopyright © 2021 sejda. All rights reserved.