VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / RasterGridImageDecoder Class
Constructors Properties Methods SeeAlso
In This Topic
    RasterGridImageDecoder Class Members
    In This Topic
    The following tables list the members exposed by RasterGridImageDecoder.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RasterGridImageDecoder class.
    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 Methodstatic (Shared in Visual Basic)Returns the raser grid decoder for specified 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.
    Public MethodReturns a string representation of this instance.
    See Also