Uses of Class
com.aspose.imaging.CreateOptionsBase

Packages that use CreateOptionsBase
com.aspose.imaging.createoptions   
com.aspose.imaging.interfaces   
 

Uses of CreateOptionsBase in com.aspose.imaging.createoptions
 

Subclasses of CreateOptionsBase in com.aspose.imaging.createoptions
 class BmpCreateOptions
           The bmp file format creation options.
 class GifCreateOptions
           The gif file format creation options.
 class ImageCreateOptions
           The image create options.
 class JpegCreateOptions
           The jpeg file format create options.
 class LayerCreateOptions
           The Layer creation options.
 class PngCreateOptions
           The png file format create options.
 class PsdCreateOptions
           The psd file format create options.
 class TiffCreateOptions
           The tiff file format create options.
 

Uses of CreateOptionsBase in com.aspose.imaging.interfaces
 

Methods in com.aspose.imaging.interfaces with parameters of type CreateOptionsBase
 boolean IImageCreatorDescriptor.canCreate(CreateOptionsBase createOptions)
           
 Image IImageCreator.create(StreamContainer streamContainer, CreateOptionsBase createOptions)