PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / SmoothingMode Property

In This Topic
    SmoothingMode Property
    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