VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / DotCodeMatrixMinArea Property
Синтаксис Требования Смотрите также
В этом разделе
    DotCodeMatrixMinArea Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает минимальную площадь DotCodeBarcode в точках.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(90)>
    <DescriptionAttribute("Minimum area of DotCodeBarcode, in dots.")>
    Public Property DotCodeMatrixMinArea As Integer
    
    
    [DefaultValue(90)]
    [Description("Minimum area of DotCodeBarcode, in dots.")]
    public int DotCodeMatrixMinArea { get; set; }
    
    
    [DefaultValue(90)]
    [Description("Minimum area of DotCodeBarcode, in dots.")]
    public: __property int get_DotCodeMatrixMinArea();
    public: __property void set_DotCodeMatrixMinArea(
    int value
    );
    [DefaultValue(90)]
    [Description("Minimum area of DotCodeBarcode, in dots.")]
    public:
    property int DotCodeMatrixMinArea { int get(); void set(int value); }

    Property Value

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

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

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