ResourceSavingArgs
Contents
[
Hide
]ResourceSavingArgs class
This class represents set of data that related to external resource file’s saving that occurs during conversion to HTML format.
Methods
| Name | Description |
|---|---|
| CloseStreamIfRequired | Close stream if KeepStreamOpen is false, else flush it. |
| get_FileName | Gets 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. |
| get_KeepStreamOpen | Gets a value indicating whether the stream will be kept open after resource saving finishes. |
| get_Stream | Gets the binary content of saved file. |
| get_Uri | Gets the resource URI. |
| set_FileName | 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. |
| set_KeepStreamOpen | Sets a value indicating whether the stream will be kept open after resource saving finishes. |
| set_Stream | Sets the binary content of saved file. |
| set_Uri | Sets the resource URI. |