public interface ITiffOptions extends ISaveOptions
Provides options that control how a presentation is saved in TIFF format.
Modifier and Type | Method and Description |
---|---|
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.
|
Size |
getImageSize()
Specifies size of a generated TIFF image.
|
boolean |
getIncludeComments()
Deprecated.
Use property NotesCommentsLayouting.setCommentsPosition(CommentsPositions.Bottom) instead. The property will be removed after release of version 18.4.
|
INotesCommentsLayoutingOptions |
getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.
|
int |
getPixelFormat()
Specifies the pixel format for the generated images.
|
boolean |
getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
|
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(Size value)
Specifies size of a generated TIFF image.
|
void |
setIncludeComments(boolean value)
Deprecated.
Use property NotesCommentsLayouting.setCommentsPosition(CommentsPositions.Bottom) instead. The property will be removed after release of version 18.4.
|
void |
setPixelFormat(int value)
Specifies the pixel format for the generated images.
|
void |
setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
|
getWarningCallback, setWarningCallback
Size 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 Size
.
void setImageSize(Size 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 Size
.
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
.
boolean getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
Default is false
.
void setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
Default is false
.
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
.
@Deprecated boolean getIncludeComments()
True to insert comment pages into generated Tiff.
Read/write boolean
.
<b>false</b>
.
@Deprecated void setIncludeComments(boolean value)
True to insert comment pages into generated Tiff.
Read/write boolean
.
<b>false</b>
.
INotesCommentsLayoutingOptions getNotesCommentsLayouting()
Provides options that control how notes and comments is placed in exported document.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.