com.aspose.imaging.createoptions
Class TiffCreateOptions

java.lang.Object
  extended by com.aspose.imaging.CreateOptionsBase
      extended by com.aspose.imaging.createoptions.ImageCreateOptions
          extended by com.aspose.imaging.createoptions.TiffCreateOptions

public class TiffCreateOptions
extends ImageCreateOptions

The tiff file format create options.


Constructor Summary
TiffCreateOptions()
           Initializes a new instance of the TiffCreateOptions class.
TiffCreateOptions(TiffCreateOptions tiffCreateOptions)
           Initializes a new instance of the TiffCreateOptions class.
 
Method Summary
 
Methods inherited from class com.aspose.imaging.createoptions.ImageCreateOptions
getHeight, getPalette, getUseCompactPalette, getWidth, setHeight, setPalette, setUseCompactPalette, setWidth
 
Methods inherited from class com.aspose.imaging.CreateOptionsBase
getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TiffCreateOptions

public TiffCreateOptions()

Initializes a new instance of the TiffCreateOptions class.


TiffCreateOptions

public TiffCreateOptions(TiffCreateOptions tiffCreateOptions)

Initializes a new instance of the TiffCreateOptions class.

Parameters:
tiffCreateOptions - The tiff create options.