VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dib Namespace / DibPage Class / GetInterlacedImage(InterlaceSettings,EventHandler<ProgressEventArgs>) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetInterlacedImage(InterlaceSettings,EventHandler<ProgressEventArgs>) Method (DibPage)
    In This Topic
    Returns the interlaced image of this page.
    Syntax

    Parameters

    interlaceSettings
    Interlace settings.
    imageLoadingProgress
    Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).

    Return Value

    The interlaced image of this page.
    Exceptions
    ExceptionDescription
    Thrown if first line width is not multiple of (8 / BitsPerPixel).
    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