VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jbig2 Namespace / Jbig2Page Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    Jbig2Page Class
    In This Topic
    Represents a page of JBIG2 file.
    Object Model
    Palette Resolution ImageFileSource Jbig2Page
    Syntax
    'Declaration
    
    Public NotInheritable Class Jbig2Page
       Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImagePage
    
    
    public sealed class Jbig2Page : Vintasoft.Imaging.Codecs.ImageFiles.ImagePage
    
    
    public __gc __sealed class Jbig2Page : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePage*
    
    
    public ref class Jbig2Page sealed : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePage^
    
    
    Remarks

    Class allows to:

    • get information about image associated with this page (width, height, bits per pixel, palette, resolution, compression)
    • get image associated with this page
    • save image associated with this page in the image file

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.ImageFiles.ImageFileBlock
          Vintasoft.Imaging.Codecs.ImageFiles.ImagePage
             Vintasoft.Imaging.Codecs.ImageFiles.Jbig2.Jbig2Page

    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