VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jbig2 Namespace / Jbig2PageCollection Class / Add Methods / Add(Jbig2Page) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Add(Jbig2Page) Method (Jbig2PageCollection)
    In This Topic
    Adds page to the page collection.
    Syntax
    'Declaration
    
    Public Overloads Overrides Sub Add( _
    ByVal page
    Page to add to the page collection.
    As Jbig2Page _
    )
    public override void Add(
    Jbig2Page page
    )
    public: void Add(
    Jbig2Page* page
    ); override
    public:
    void Add(
    Jbig2Page^ page
    ); override

    Parameters

    page
    Page to add to the page collection.
    Exceptions
    ExceptionDescription
    Thrown if page is null.
    Requirements

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

    See Also