FontSavingArgs

FontSavingArgs class

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

The FontSavingArgs type exposes the following members:

Constructors

NameDescription
FontSavingArgs()Initializes a new instance of the FontSavingArgs class

Properties

NameDescription
file_nameGets 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_openGets or sets a value indicating whether the stream will be kept open after resource saving finishes.
streamGets or sets the binary content of saved file.
uriGets or sets the resource URI.

Methods

NameDescription
close_stream_if_required()Close stream if KeepStreamOpen is false, else flush it.

See Also