VintaSoft Imaging .NET SDK 15.1: 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

Inheritance Hierarchy

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

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