[]
        
(Showing Draft Content)

C1.C1Preview.DocumentFontCollection

DocumentFontCollection Class

Represents the collection of DocumentFont objects describing fonts used in a C1PrintDocument.

See FontHandling for details on when and how this collection is populated.

Inheritance
DocumentFontCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class DocumentFontCollection : OwnedCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets a DocumentFont in the current collection by its index.

Methods

Name Description
FindByFamilyName(string, bool, bool)

Finds a font in the current collection with the specified values of FontFamilyName, Bold and Italic properties.

FindByName(string, bool, bool)

Finds a font in the current collection with the specified values of FontName, Bold and Italic properties.