Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / FontProcessingOptions Class / FontHandling Property

In This Topic
    FontHandling Property (FontProcessingOptions)
    In This Topic
    Gets or sets a value indicating how font embedding and substitution are handled by the current C1.C1Preview.C1PrintDocument or C1.C1Report.

    For details on the available options see members of the C1.C1Preview.FontHandling enumeration.

    Note that if this property is set to a value other than C1.C1Preview.FontHandling.EmbedFonts or C1.C1Preview.FontHandling.EmbedActualFonts (i.e. fonts are not embedded automatically), you may manually add certain fonts that you want embedded, to the document's C1.C1Preview.C1PrintDocument.EmbeddedFonts collection.

    The default value of this property is C1.C1Preview.FontHandling.None.

    Syntax
    'Declaration
     
    Public Property FontHandling As FontHandling
    public FontHandling FontHandling {get; set;}
    See Also