VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / BitmapSizeLimitException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
BitmapSizeLimitException Class
In This Topic
Represents an error that occurs if SDK needs to create bitmap with size more than size specified in the MaxBitmapSize property.
Object Model
BitmapSizeLimitException
Syntax
'Declaration

Public Class BitmapSizeLimitException
   Inherits System.Exception

public class BitmapSizeLimitException : System.Exception

Inheritance Hierarchy

System.Object
   System.Exception
      Vintasoft.Imaging.BitmapSizeLimitException

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also