public class ImageSavingArgs extends ResourceSavingArgs
This class represents set of data that related to external image file's saving that occurs during conversion to HTML format.
Constructor and Description |
---|
ImageSavingArgs()
Initializes a new instance of the
ImageSavingArgs class. |
Modifier and Type | Method and Description |
---|---|
int |
getImageType()
Gets a HTML image type.
|
closeStreamIfRequired, getFileName, getKeepStreamOpen, getStream, getUri, setFileName, setKeepStreamOpen, setStream, setUri
public ImageSavingArgs()
Initializes a new instance of the ImageSavingArgs
class.