PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / SmoothingMode Property

In This Topic
    SmoothingMode Property (PageDrawParams)
    In This Topic
    Smoothing mode used for drawing.
    Syntax
    'Declaration
     
    Public Property SmoothingMode As Nullable(Of SmoothingMode)
    public Nullable<SmoothingMode> SmoothingMode {get; set;}
    See Also