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

    Parameters

    lineStep
    Interlace step.
    imageLoadingProgress
    Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
    intermediateImageRequest
    Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)

    Return Value

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