VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / AntiAliasing Property
Syntax Requirements SeeAlso
In This Topic
    AntiAliasing Property (ImagePrintDocument)
    In This Topic
    Gets or sets a value indicating whether the antialiased rendering is enabled.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the antialiased rendering is enabled.")>
    <DefaultValueAttribute(True)>
    <CategoryAttribute("VintaSoft")>
    Public Property AntiAliasing As Boolean
    
    
    [Description("A value indicating whether the antialiased rendering is enabled.")]
    [DefaultValue(True)]
    [Category("VintaSoft")]
    public bool AntiAliasing { get; set; }
    
    
    [Description("A value indicating whether the antialiased rendering is enabled.")]
    [DefaultValue(True)]
    [Category("VintaSoft")]
    public: __property bool get_AntiAliasing();
    public: __property void set_AntiAliasing(
    bool value
    );
    [Description("A value indicating whether the antialiased rendering is enabled.")]
    [DefaultValue(True)]
    [Category("VintaSoft")]
    public:
    property bool AntiAliasing { bool get(); void set(bool value); }

    Property Value

    Default value is true.
    Requirements

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

    See Also