FontSavingArgs Properties

The FontSavingArgs type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBold
Indicates whether the current font is bold.
Public propertyCode exampleDocument
Gets the document object that is being saved.
Public propertyCode exampleFontFamilyName
Indicates the current font family name.
Public propertyCode exampleFontFileName
Gets or sets the file name (without path) where the font will be saved to.
Public propertyCode exampleFontStream
Allows to specify the stream where the font will be saved to.
Public propertyCode exampleIsExportNeeded
Allows to specify whether the current font will be exported as a font resource. Default is true.
Public propertyCode exampleIsSubsettingNeeded
Allows to specify whether the current font will be subsetted before exporting as a font resource.
Public propertyCode exampleItalic
Indicates whether the current font is italic.
Public propertyCode exampleKeepFontStreamOpen
Specifies whether Aspose.Words should keep the stream open or close it after saving a font.
Public propertyCode exampleOriginalFileName
Gets the original font file name with an extension.
Public propertyCode exampleOriginalFileSize
Gets the original font file size.
See Also