Class FontSavingArgs

FontSavingArgs class

Provides data for FontSaving event.

public class FontSavingArgs : ResourceSavingArgs

Properties

NameDescription
Document { get; }Gets the saving document.
FileName { get; }Gets the file name.
FontFamilyName { get; }Gets the family name of the font to be saved.
IsBold { get; }Gets a value indicating whether font under saving is bold.
IsItalic { get; }Gets a value indicating whether font under saving is italic.
KeepStreamOpen { get; set; }Gets or sets a value indicating whether keep stream open.
Stream { get; set; }Gets or sets the stream used to store the resource.
Uri { get; set; }Gets or sets the uri to access stored resource.

See Also