Package de.xima.fc.pdf.screenshot
Interface IImageOpts
- 
public interface IImageOptsOptions 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 floatgetDotsPerInch()IntPredicategetIncludePage() 
 - 
 
- 
- 
Method Detail
- 
getDotsPerInch
float getDotsPerInch()
- Returns:
 - Resolution at which to render the image.
 
 
- 
getIncludePage
IntPredicate getIncludePage()
- Returns:
 - Which pages to render.
 
 
 - 
 
 -