VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000Page Class / SetTileImage(Int32,VintasoftImage,EventHandler<ProgressEventArgs>) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
SetTileImage(Int32,VintasoftImage,EventHandler<ProgressEventArgs>) Method (Jpeg2000Page)
In This Topic
Sets an image of specified tile of this page.
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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also