Package de.xima.fc.pdf.screenshot
Interface IImageOpts
-
public interface IImageOpts
Options for creating images from a PDF document.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getDotsPerInch()
IntPredicate
getIncludePage()
-
-
-
Method Detail
-
getDotsPerInch
float getDotsPerInch()
- Returns:
- Resolution at which to render the image.
-
getIncludePage
IntPredicate getIncludePage()
- Returns:
- Which pages to render.
-
-