PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / FontHandling Property

In This Topic
    FontHandling Property (C1PrintDocument)
    In This Topic
    Gets or sets a value specifying how font embedding and substitution are handled by the current C1PrintDocument. This property is simply a shortcut to FontHandling.
    Syntax
    'Declaration
     
    Public Property FontHandling As FontHandling
    public FontHandling FontHandling {get; set;}
    See Also