VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / resolution Property
Syntax Requirements SeeAlso
In This Topic
    resolution Property (WebBarcodeWriteRequestParams)
    In This Topic
    Gets or sets image vertical and horizontal resolution, in dots per inch.
    Syntax
    'Declaration
    
    Public Property resolution As Double
    
    
    public double resolution { get; set; }
    
    
    public: __property double get_resolution();
    public: __property void set_resolution(
    double value
    );
    public:
    property double resolution { double get(); void set(double value); }

    Property Value

    Default value is 96 DPI.
    Requirements

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

    See Also