FontInfoCollection Properties

The FontInfoCollection type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCount
Gets the number of elements contained in the collection.
Public propertyCode exampleEmbedSystemFonts

Specifies whether or not to embed System fonts into the document. Default value for this property is false.

This option works only when EmbedTrueTypeFonts option is set to true.

Public propertyCode exampleEmbedTrueTypeFonts
Specifies whether or not to embed TrueType fonts in a document when it is saved. Default value for this property is false.
Public propertyCode exampleItemInt32
Gets a font at the specified index.
Public propertyCode exampleItemString
Gets a font with the specified name.
Public propertyCode exampleSaveSubsetFonts

Specifies whether or not to save a subset of the embedded TrueType fonts with the document. Default value for this property is false.

This option works only when EmbedTrueTypeFonts property is set to true.

See Also