ImageSavingArgs
Contents
[
Hide
]ImageSavingArgs class
This class represents set of data that related to external image file’s saving that
occurs during conversion to HTML format.
The ImageSavingArgs type exposes the following members:
Constructors
Name | Description |
---|---|
ImageSavingArgs() | Initializes a new instance of the ImageSavingArgs class. |
Properties
Name | Description |
---|---|
file_name | Gets or sets the supposed file name that goes from converter to code of custom method. Can be use in custom code to decide how to process or where save that file. |
keep_stream_open | Gets or sets a value indicating whether the stream will be kept open after resource saving finishes. |
stream | Gets or sets the binary content of saved file. |
uri | Gets or sets the resource URI. |
image_type | Gets a HTML image type. |
Methods
Name | Description |
---|---|
close_stream_if_required() | Close stream if KeepStreamOpen is false, else flush it. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks