VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
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

public static long MaxBitmapSize { get; set; }

Property Value

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

SDK will throw an T:Vintasoft.Imaging.BitmapSizeLimitException if P:Vintasoft.Imaging.VintasoftBitmap.MaxBitmapSize is greater than 0 and SDK need to create bitmap with size greater than P:Vintasoft.Imaging.VintasoftBitmap.MaxBitmapSize.

Требования

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

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