VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / AntiAliasing Property
Синтаксис Требования Смотрите также
В этом разделе
    AntiAliasing Свойство (ImagePrintDocument)
    В этом разделе
    Возвращает или задает значение, указывающее, включена ли отрисовка со сглаживанием.
    Синтаксис
    '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

    Значение по умолчанию - true.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также