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

    Parameters

    tileIndex
    Index of tile.
    tileImage
    New image of tile.
    progressDelegate
    Progress delegate of tile image encoding.
    Exceptions
    ExceptionDescription
    Thrown if tileImage is null.
    Thrown if tileIndex is less than zero or greater than number of tiles.
    Thrown if page does not have tiles -or- page bit depth is not equal image tile bit depth -or- tile size is not equal image tile size.
    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