VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Ico Namespace / IconPage Class / GetImage Methods / GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) Method (IconPage)
    In This Topic
    Returns the image of this page.
    Syntax

    Parameters

    decodingSettings
    The decoding settings that should be used for decoding of page image.
    progressDelegate
    Progress delegate.

    Return Value

    The image associated with this IconPage object if image was loaded successfully; null if image loading was canceled.
    Remarks

    This method always returns a 32-bpp image; use GetSourceImage(EventHandler<ProgressEventArgs>) to retrieve the image in original pixel format; use GetMaskImage(EventHandler<ProgressEventArgs>) to retrieve the 1-bpp mask of this page.

    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