com.aspose.imaging.createoptions
Class PngCreateOptions

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

public class PngCreateOptions
extends ImageCreateOptions

The png file format create options.


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

PngCreateOptions

public PngCreateOptions()

Initializes a new instance of the PngCreateOptions class.


PngCreateOptions

public PngCreateOptions(PngCreateOptions pngCreateOptions)

Initializes a new instance of the JpegCreateOptions class.

Parameters:
pngCreateOptions - The PNG create options.