VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Ico Namespace / IconPageCollection Class / Add Methods / Add(VintasoftImage,IProgressController) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Add(VintasoftImage,IProgressController) Method (IconPageCollection)
    In This Topic
    Adds image as page to the page collection.
    Syntax

    Parameters

    image
    The image to add to the collection.
    progressController
    Progress controller.
    Exceptions
    ExceptionDescription
    Thrown if image is null.
    Thrown if width or height of image is greater than 256.
    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