com.aspose.imaging.createoptions
Class JpegCreateOptions

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

public class JpegCreateOptions
extends ImageCreateOptions

The jpeg file format create options.


Constructor Summary
JpegCreateOptions()
           Initializes a new instance of the JpegCreateOptions class.
JpegCreateOptions(JpegCreateOptions jpegCreateOptions)
           Initializes a new instance of the JpegCreateOptions 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

JpegCreateOptions

public JpegCreateOptions()

Initializes a new instance of the JpegCreateOptions class.


JpegCreateOptions

public JpegCreateOptions(JpegCreateOptions jpegCreateOptions)

Initializes a new instance of the JpegCreateOptions class.

Parameters:
jpegCreateOptions - The JPEG create options.