com.aspose.slides
Class TiffOptions

java.lang.Object
  extended by com.aspose.slides.SaveOptions
      extended by com.aspose.slides.TiffOptions
All Implemented Interfaces:
ISaveOptions, ITiffOptions

public class TiffOptions
extends SaveOptions
implements ITiffOptions

Provides options that control how a presentation is saved in TIFF format.


Constructor Summary
TiffOptions()
           Default constructor.
 
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()
           
 void setCompressionType(int value)
           
 void setDpiX(long value)
           
 void setDpiY(long value)
           
 void setImageSize(java.awt.Dimension value)
           
 
Methods inherited from class com.aspose.slides.SaveOptions
getWarningCallback, setWarningCallback
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISaveOptions
getWarningCallback, setWarningCallback
 

Constructor Detail

TiffOptions

public TiffOptions()

Default constructor.

Method Detail

getImageSize

public java.awt.Dimension getImageSize()
Specified by:
getImageSize in interface ITiffOptions

setImageSize

public void setImageSize(java.awt.Dimension value)
Specified by:
setImageSize in interface ITiffOptions

getDpiX

public long getDpiX()

Specifies the horizontal resolution in dots per inch.

Specified by:
getDpiX in interface ITiffOptions

setDpiX

public void setDpiX(long value)
Specified by:
setDpiX in interface ITiffOptions

getDpiY

public long getDpiY()

Specifies the vertical resolution in dots per inch.

Specified by:
getDpiY in interface ITiffOptions

setDpiY

public void setDpiY(long value)
Specified by:
setDpiY in interface ITiffOptions

getCompressionType

public int getCompressionType()

specifies the compression type.

Specified by:
getCompressionType in interface ITiffOptions

setCompressionType

public void setCompressionType(int value)
Specified by:
setCompressionType in interface ITiffOptions