VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / IRasterGridImageDecoder Interface
Properties Methods SeeAlso
In This Topic
IRasterGridImageDecoder Interface Members
In This Topic
The following tables list the members exposed by IRasterGridImageDecoder.
Public Properties
 NameDescription
Public PropertyGets the name of the decoder.
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