CanReadImageRegion(Int32,Int32) Method (TiffPage)
Determines that decoder can read a region of image.
'Declaration
Public Function CanReadImageRegion( _
ByVal As System.Int32, _
ByVal As System.Int32 _
) As Boolean
public bool CanReadImageRegion(
System.Int32 ,
System.Int32
)
public: bool CanReadImageRegion(
System.Int32 ,
System.Int32
)
public:
bool CanReadImageRegion(
System.Int32 ,
System.Int32
)
Parameters
- pageIndex
- The zero based page index.
- scale
- Scale factor. Possible values: 1 - original image rect should be get; N - reduced image rect should be get.
Return Value
True if decoder can read a region of the image;
false if decoder can read only rectangle of the image.
Region represents a rectangular region on the image and composed from a sequence of rectangles.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5