VintaSoft Barcode .NET SDK 14.3: Documentation for Web 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
    
    
    public __gc class BitmapSizeLimitException : public System.Exception*
    
    
    public ref class BitmapSizeLimitException : public System.Exception^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.BitmapSizeLimitException

    Requirements

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

    See Also