public class ToTiffDeviceOptions extends ToImageOptions
Modifier and Type | Field and Description |
---|---|
static int |
COLOR_DEPTH_DEFAULT
The constant COLOR_DEPTH_DEFAULT.
|
static int |
COLOR_DEPTH_FORMAT_1_BPP
The constant COLOR_DEPTH_FORMAT_1_BPP.
|
static int |
COLOR_DEPTH_FORMAT_4_BPP
The constant COLOR_DEPTH_FORMAT_4_BPP.
|
static int |
COLOR_DEPTH_FORMAT_8_BPP
The constant COLOR_DEPTH_FORMAT_8_BPP.
|
static int |
FORM_PRESENTATION_MODE_EDITOR
The constant FORM_PRESENTATION_MODE_EDITOR.
|
static int |
FORM_PRESENTATION_MODE_PRODUCTION
The constant FORM_PRESENTATION_MODE_PRODUCTION.
|
static int |
PAGE_COORDINATE_TYPE_CROP_BOX
The constant PAGE_COORDINATE_TYPE_CROP_BOX.
|
static int |
PAGE_COORDINATE_TYPE_MEDIA_BOX
The constant PAGE_COORDINATE_TYPE_MEDIA_BOX.
|
static int |
SHAPE_TYPE_LANDSCAPE
The constant SHAPE_TYPE_LANDSCAPE.
|
static int |
SHAPE_TYPE_NONE
The constant SHAPE_TYPE_NONE.
|
static int |
SHAPE_TYPE_PORTRAIT
The constant SHAPE_TYPE_PORTRAIT.
|
static int |
TIFF_COMPRESSION_CCITT3
The constant TIFF_COMPRESSION_CCITT3.
|
static int |
TIFF_COMPRESSION_CCITT4
The constant TIFF_COMPRESSION_CCITT4.
|
static int |
TIFF_COMPRESSION_LZW
The constant TIFF_COMPRESSION_LZW.
|
static int |
TIFF_COMPRESSION_NONE
The constant TIFF_COMPRESSION_NONE.
|
Constructor and Description |
---|
ToTiffDeviceOptions()
Instantiates a new To tiff options.
|
ToTiffDeviceOptions(boolean multipage)
Instantiates a new To tiff options.
|
Modifier and Type | Method and Description |
---|---|
float |
getBrightness()
Gets brightness.
|
int |
getCompression()
Gets compression.
|
int |
getCoordinateType()
Gets coordinate type.
|
int |
getDepth()
Gets depth.
|
int |
getFormPresentationMode()
Gets form presentation mode.
|
int |
getShape()
Gets shape.
|
boolean |
isBarcodeOptimization()
Is barcode optimization boolean.
|
boolean |
isMultipage()
Is multipage boolean.
|
boolean |
isSkipBlankPages()
Is skip blank pages boolean.
|
boolean |
isSystemFontsNativeRendering()
Is system fonts native rendering boolean.
|
boolean |
isUseNewImagingEngine()
Is use new imaging engine boolean.
|
void |
setBarcodeOptimization(boolean barcodeOptimization)
Sets barcode optimization.
|
void |
setBrightness(float brightness)
Sets brightness.
|
void |
setCompression(int compression)
Sets compression.
|
void |
setCoordinateType(int coordinateType)
Sets coordinate type.
|
void |
setDepth(int depth)
Sets depth.
|
void |
setFormPresentationMode(int formPresentationMode)
Sets form presentation mode.
|
void |
setMultipage(boolean multipage)
Sets multipage.
|
void |
setShape(int shape)
Sets shape.
|
void |
setSkipBlankPages(boolean skipBlankPages)
Sets skip blank pages.
|
void |
setSystemFontsNativeRendering(boolean systemFontsNativeRendering)
Sets system fonts native rendering.
|
void |
setUseNewImagingEngine(boolean useNewImagingEngine)
Sets use new imaging engine.
|
getHeight, getResolution, getTargetFileType, getWidth, setHeight, setResolution, setTargetFileType, setWidth
public static final int FORM_PRESENTATION_MODE_EDITOR
public static final int FORM_PRESENTATION_MODE_PRODUCTION
public static final int TIFF_COMPRESSION_LZW
public static final int TIFF_COMPRESSION_CCITT4
public static final int TIFF_COMPRESSION_CCITT3
public static final int TIFF_COMPRESSION_NONE
public static final int PAGE_COORDINATE_TYPE_CROP_BOX
public static final int PAGE_COORDINATE_TYPE_MEDIA_BOX
public static final int COLOR_DEPTH_DEFAULT
public static final int COLOR_DEPTH_FORMAT_1_BPP
public static final int COLOR_DEPTH_FORMAT_4_BPP
public static final int COLOR_DEPTH_FORMAT_8_BPP
public static final int SHAPE_TYPE_NONE
public static final int SHAPE_TYPE_PORTRAIT
public static final int SHAPE_TYPE_LANDSCAPE
public ToTiffDeviceOptions()
public ToTiffDeviceOptions(boolean multipage)
multipage
- the multipagepublic boolean isMultipage()
public void setMultipage(boolean multipage)
multipage
- the multipagepublic int getFormPresentationMode()
public void setFormPresentationMode(int formPresentationMode)
formPresentationMode
- the form presentation modepublic boolean isUseNewImagingEngine()
public void setUseNewImagingEngine(boolean useNewImagingEngine)
useNewImagingEngine
- the use new imaging enginepublic boolean isSystemFontsNativeRendering()
public void setSystemFontsNativeRendering(boolean systemFontsNativeRendering)
systemFontsNativeRendering
- the system fonts native renderingpublic boolean isBarcodeOptimization()
public void setBarcodeOptimization(boolean barcodeOptimization)
barcodeOptimization
- the barcode optimizationpublic int getShape()
public void setShape(int shape)
shape
- the shapepublic boolean isSkipBlankPages()
public void setSkipBlankPages(boolean skipBlankPages)
skipBlankPages
- the skip blank pagespublic float getBrightness()
public void setBrightness(float brightness)
brightness
- the brightnesspublic int getCompression()
public void setCompression(int compression)
compression
- the compressionpublic int getCoordinateType()
public void setCoordinateType(int coordinateType)
coordinateType
- the coordinate typepublic int getDepth()
public void setDepth(int depth)
depth
- the depthCopyright © 2015 GroupDocs. All rights reserved.