GetImageRect(Int32,Int32,Int32,DecodingSettings,EventHandler<ProgressEventArgs>) Method (TiffPage)
Returns the rectangle image of this TIFF page if image data are non compressed (
Compression ==
TiffCompression.None).
Parameters
- leftTopRectangleIndex
- The zero based index of left-top rectangle.
- rightBottomRectangleIndex
- The zero based index of right-bottom rectangle.
- scale
- Scale factor.
- progressDelegate
- Progress delegate.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
Return Value
Image of rectangle of this TiffPage object if image was loaded successfully; otherwise, null.
This method is optimized for reading uncompressed data and can be used only when the GetStripGrid method returned not null value.
This method is working in current thread.
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