VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / RotateRequestParams Class / isAntialiasingEnabled Property
Syntax Remarks Requirements SeeAlso
In This Topic
    isAntialiasingEnabled Property (RotateRequestParams)
    In This Topic
    Gets or sets a value indicating whether the antialiasing is enabled.
    Syntax
    'Declaration
    
    Public Property isAntialiasingEnabled As Boolean
    
    
    public bool isAntialiasingEnabled { get; set; }
    
    
    public: __property bool get_isAntialiasingEnabled();
    public: __property void set_isAntialiasingEnabled(
    bool value
    );
    public:
    property bool isAntialiasingEnabled { bool get(); void set(bool value); }

    Property Value

    True if the antialiasing is enabled; otherwise, false.
    Remarks

    This property uses for color and gray images.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also