VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jbig2EncoderException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    Jbig2EncoderException Class
    In This Topic
    Represents error that occurs during saving JBIG2 document.
    Object Model
    Jbig2EncoderException
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    Public NotInheritable Class Jbig2EncoderException
       Inherits EncoderException
    
    
    [Serializable()]
    public sealed class Jbig2EncoderException : EncoderException
    
    
    [Serializable()]
    public __gc __sealed class Jbig2EncoderException : public EncoderException*
    
    
    [Serializable()]
    public ref class Jbig2EncoderException sealed : public EncoderException^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Codecs.Encoders.EncoderException
             Vintasoft.Imaging.Codecs.Encoders.Jbig2EncoderException

    Requirements

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

    See Also