ResourceSavingArgs

ResourceSavingArgs class

This class represents set of data that related to external resource file’s saving that occurs during conversion to HTML format.

Methods

NameDescription
CloseStreamIfRequiredClose stream if KeepStreamOpen is false, else flush it.
get_FileNameGets 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_KeepStreamOpenGets a value indicating whether the stream will be kept open after resource saving finishes.
get_StreamGets the binary content of saved file.
get_UriGets the resource URI.
set_FileNameSets 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_KeepStreamOpenSets a value indicating whether the stream will be kept open after resource saving finishes.
set_StreamSets the binary content of saved file.
set_UriSets the resource URI.