VintaSoft Barcode .NET SDK 15.1: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / VintasoftBitmap Class / MaxBitmapSize Property
Синтаксис Ремарки Требования Смотрите также
    MaxBitmapSize Свойство (VintasoftBitmap)
    Gets or sets the maximum size of the bitmap, in bytes.
    Синтаксис
    'Declaration
    
    Public Shared Property MaxBitmapSize As Long
    
    
     

    Property Value

    Available values:
    0 - size of bitmap is unlimited;
    greater than 0 - maximum size of bitmap that SDK can create.
    Default value is 0.
    Ремарки

    SDK will throw an BitmapSizeLimitException if MaxBitmapSize is greater than 0 and SDK need to create bitmap with size greater than MaxBitmapSize.

    Требования

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

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