VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Ico Namespace / IconPageCollection Class / Add Methods / Add(IconPage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Add(IconPage) Method (IconPageCollection)
    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 IconPage _
    )
    public override void Add(
    IconPage page
    )
    public: void Add(
    IconPage* page
    ); override
    public:
    void Add(
    IconPage^ page
    ); override

    Parameters

    page
    Page to add to the page collection.
    Exceptions
    ExceptionDescription
    Thrown if page is null.
    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