CssSavingArgs
Contents
[
Hide
]CssSavingArgs class
This class represents set of data that related to external CSS file’s saving that
occurs during conversion to HTML format.
The CssSavingArgs type exposes the following members:
Constructors
Name | Description |
---|---|
CssSavingArgs() | Initializes a new instance of the CssSavingArgs 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. |
Methods
Name | Description |
---|---|
close_stream_if_required() | Close stream if KeepStreamOpen is false, else flush it. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks