FontSavingArgs Properties

Aspose.Note for .NET API

FontSavingArgs Properties

The FontSavingArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the saving document.
(Inherited from ResourceSavingArgs.)
Public propertyFileName
Gets the file name.
(Inherited from ResourceSavingArgs.)
Public propertyFontFamilyName
Gets the family name of the font to be saved.
Public propertyIsBold
Gets a value indicating whether font under saving is bold.
Public propertyIsItalic
Gets a value indicating whether font under saving is italic.
Public propertyKeepStreamOpen
Gets or sets a value indicating whether keep stream open.
(Inherited from ResourceSavingArgs.)
Public propertyStream
Gets or sets the stream used to store the resource.
(Inherited from ResourceSavingArgs.)
Public propertyUri
Gets or sets the uri to access stored resource.
(Inherited from ResourceSavingArgs.)
Top
See Also