|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITiffOptions
Provides options that control how a presentation is saved in TIFF format.
Method Summary | |
---|---|
int |
getCompressionType()
Specifies the compression type. |
long |
getDpiX()
Specifies the horizontal resolution in dots per inch. |
long |
getDpiY()
Specifies the vertical resolution in dots per inch. |
java.awt.Dimension |
getImageSize()
Specifies size of a generated TIFF image. |
int |
getPixelFormat()
Specifies the pixel format for the generated images. |
void |
setCompressionType(int value)
Specifies the compression type. |
void |
setDpiX(long value)
Specifies the horizontal resolution in dots per inch. |
void |
setDpiY(long value)
Specifies the vertical resolution in dots per inch. |
void |
setImageSize(java.awt.Dimension value)
Specifies size of a generated TIFF image. |
void |
setPixelFormat(int value)
Specifies the pixel format for the generated images. |
Methods inherited from interface com.aspose.slides.ISaveOptions |
---|
getWarningCallback, setWarningCallback |
Method Detail |
---|
java.awt.Dimension getImageSize()
Specifies size of a generated TIFF image.
Default value is 0x0, what means that generated image sizes will be calculated based on presentation slide size value.
Read/write java.awt.Dimension
.
void setImageSize(java.awt.Dimension value)
Specifies size of a generated TIFF image.
Default value is 0x0, what means that generated image sizes will be calculated based on presentation slide size value.
Read/write java.awt.Dimension
.
long getDpiX()
Specifies the horizontal resolution in dots per inch.
Read/write long
.
void setDpiX(long value)
Specifies the horizontal resolution in dots per inch.
Read/write long
.
long getDpiY()
Specifies the vertical resolution in dots per inch.
Read/write long
.
void setDpiY(long value)
Specifies the vertical resolution in dots per inch.
Read/write long
.
int getCompressionType()
Specifies the compression type.
Read/write TiffCompressionTypes
.
void setCompressionType(int value)
Specifies the compression type.
Read/write TiffCompressionTypes
.
int getPixelFormat()
Specifies the pixel format for the generated images.
Read/write ImagePixelFormat
.
void setPixelFormat(int value)
Specifies the pixel format for the generated images.
Read/write ImagePixelFormat
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |