VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / IRasterGridImageDecoder Interface
In This Topic
IRasterGridImageDecoder Interface Methods
In This Topic
For a list of all methods of this type, see IRasterGridImageDecoder.
Public Methods
 NameDescription
Public MethodReturns a value indicating whether decoder can read a region of the image.
Public MethodReturns a value indicating whether decoder can progressively read the image.
Public MethodReturns information about image without loading the image data into memory.
Public MethodReturns a scaled rectangle of raster image.
Public MethodReturns an image grid as array of rectangles.
Public MethodReturns an array of scale factors for rectangles of image grid.
Public MethodReturns a scaled region of raster image.
Public MethodReturns name of primary decoder (decoder that decodes image data) for specified page index.
See Also