VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jbig2 Namespace / Jbig2PageCollection Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    Jbig2PageCollection Class
    In This Topic
    Represents a page collection of JBIG2 file.
    Object Model
    Jbig2Page Jbig2EncoderSettings Jbig2PageCollection
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class Jbig2PageCollection
       Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection(Of T)
    
    
    [DefaultMember("Item")]
    public sealed class Jbig2PageCollection : Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T>
    
    
    [DefaultMember("Item")]
    public __gc __sealed class Jbig2PageCollection : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T*>*
    
    
    [DefaultMember("Item")]
    public ref class Jbig2PageCollection sealed : public Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<T^>^
    
    
    Remarks

    Class allows to:

    • get an Jbig2Page object associated with selected page
    • add an VintasoftImage object as a JBIG2 page to the multipage JBIG2 file
    • insert an VintasoftImage object as a JBIG2 page into the multipage JBIG2 file
    • delete JBIG2 page from the multipage JBIG2 file

    Instance of this class cannot be created directly, it can be received only from the Jbig2File object.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.ImageFiles.ImagePageCollection<Vintasoft.Imaging.Codecs.ImageFiles.Jbig2.Jbig2Page>
          Vintasoft.Imaging.Codecs.ImageFiles.Jbig2.Jbig2PageCollection

    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