public class ToTiffOptions 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 |
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 |
---|
ToTiffOptions()
Instantiates a new To tiff options.
|
ToTiffOptions(boolean multipage)
Instantiates a new To tiff options.
|
ToTiffOptions(boolean multipage,
int compression)
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 |
getShape()
Gets shape.
|
boolean |
isMultipage()
Is multipage boolean.
|
boolean |
isSkipBlankPages()
Is skip blank pages boolean.
|
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 |
setMultipage(boolean multipage)
Sets multipage.
|
void |
setShape(int shape)
Sets shape.
|
void |
setSkipBlankPages(boolean skipBlankPages)
Sets skip blank pages.
|
getHeight, getResolution, getTargetFileType, getWidth, setHeight, setResolution, setTargetFileType, setWidth
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 ToTiffOptions()
public ToTiffOptions(boolean multipage)
multipage
- the multipagepublic ToTiffOptions(boolean multipage, int compression)
multipage
- the multipagecompression
- the compressionpublic boolean isMultipage()
public void setMultipage(boolean multipage)
multipage
- the multipagepublic int getShape()
public void setShape(int shape)
shape
- the shapepublic int getDepth()
public void setDepth(int depth)
depth
- the depthpublic int getCoordinateType()
public void setCoordinateType(int coordinateType)
coordinateType
- the coordinate typepublic int getCompression()
public void setCompression(int compression)
compression
- the compressionpublic float getBrightness()
public void setBrightness(float brightness)
brightness
- the brightnesspublic boolean isSkipBlankPages()
public void setSkipBlankPages(boolean skipBlankPages)
skipBlankPages
- the skip blank pagesCopyright © 2015 GroupDocs. All rights reserved.