Interface IImageCreator
Interface IImageCreator
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.7.0)
The image creator.
public interface IImageCreator
{
void Create(string fileName);
}
Methods
Create(StreamContainer, ImageOptionsBase, int, int)
Creates a new image instance with imageOptions'.
Image Create(
StreamContainer streamContainer,
ImageOptionsBase imageOptions,
int width,
int height
)
{
}
Parameters
streamContainer
StreamContainer
The stream container to create image data in.
imageOptions
ImageOptionsBase
The image options.
width
int
width of new image
height
int
height of new image
Returns
A new image instance.