VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class / GetTileImage(Int32,Int32,DecodingSettings,EventHandler<ProgressEventArgs>) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    GetTileImage(Int32,Int32,DecodingSettings,EventHandler<ProgressEventArgs>) Method (TiffPage)
    In This Topic
    Returns an image of the TIFF page tile.
    Syntax

    Parameters

    decodingSettings
    The decoding settings that should be used for decoding of page image.
    tileIndex
    Index of tile.
    scale
    Scale factor.
    progressDelegate
    Progress delegate of tile image loading.

    Return Value

    Image of tile of this TiffPage object if image was loaded successfully; otherwise, null.
    Exceptions
    ExceptionDescription
    Thrown if tileIndex is less than zero or greater than number of tiles.
    Thrown if this page does not have tiles.
    Thrown if error occurred while loading of image.
    Remarks

    This method is synchronous.

    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