PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / XlsExporter Class / FontScaling Property

In This Topic
    FontScaling Property (XlsExporter)
    In This Topic
    Gets or sets the amount (in points) by which to change font sizes (may be used to better fit texts into available space).
    Syntax
    'Declaration
     
    Public Property FontScaling As Single
    public float FontScaling {get; set;}
    See Also