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()
           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 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()

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.

Specified by:
getImageSize in interface ITiffOptions

setImageSize

public 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.

Specified by:
setImageSize in interface ITiffOptions

getDpiX

public long getDpiX()

Specifies the horizontal resolution in dots per inch. Read/write long.

Specified by:
getDpiX in interface ITiffOptions

setDpiX

public void setDpiX(long value)

Specifies the horizontal resolution in dots per inch. Read/write long.

Specified by:
setDpiX in interface ITiffOptions

getDpiY

public long getDpiY()

Specifies the vertical resolution in dots per inch. Read/write long.

Specified by:
getDpiY in interface ITiffOptions

setDpiY

public void setDpiY(long value)

Specifies the vertical resolution in dots per inch. Read/write long.

Specified by:
setDpiY in interface ITiffOptions

getCompressionType

public int getCompressionType()

Specifies the compression type. Read/write TiffCompressionTypes.

Specified by:
getCompressionType in interface ITiffOptions

setCompressionType

public void setCompressionType(int value)

Specifies the compression type. Read/write TiffCompressionTypes.

Specified by:
setCompressionType in interface ITiffOptions

getPixelFormat

public int getPixelFormat()

Specifies the pixel format for the generated images. Read/write ImagePixelFormat.

Specified by:
getPixelFormat in interface ITiffOptions

setPixelFormat

public void setPixelFormat(int value)

Specifies the pixel format for the generated images. Read/write ImagePixelFormat.

Specified by:
setPixelFormat in interface ITiffOptions


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.