com.aspose.slides
Class TiffOptions

java.lang.Object
  extended by com.aspose.slides.SaveOptions
      extended by com.aspose.slides.TiffOptions

public class TiffOptions
extends SaveOptions

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
 

Constructor Detail

TiffOptions

public TiffOptions()

Default constructor.

Method Detail

getImageSize

public java.awt.Dimension getImageSize()

setImageSize

public void setImageSize(java.awt.Dimension value)

getDpiX

public long getDpiX()

Specifies the horizontal resolution in dots per inch.


setDpiX

public void setDpiX(long value)

getDpiY

public long getDpiY()

Specifies the vertical resolution in dots per inch.


setDpiY

public void setDpiY(long value)

getCompressionType

public int getCompressionType()

specifies the compression type.


setCompressionType

public void setCompressionType(int value)