VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.Gdi Namespace / BarcodeGraphicsRenderer Class / HiQuality Property
Syntax Requirements SeeAlso
In This Topic
    HiQuality Property (BarcodeGraphicsRenderer)
    In This Topic
    Gets or sets a value indicating whether the barcode must be rendered in HI-quality mode.
    Syntax
    'Declaration
    
    <CategoryAttribute("Design")>
    Public Property HiQuality As Boolean
    
    
    [Category("Design")]
    public bool HiQuality { get; set; }
    
    
    [Category("Design")]
    public: __property bool get_HiQuality();
    public: __property void set_HiQuality(
    bool value
    );
    [Category("Design")]
    public:
    property bool HiQuality { bool get(); void set(bool value); }

    Property Value

    True if barcode must be rendered in HI-quality mode; otherwise, false.
    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