PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / FontHandling Property

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