Initializes a new instance of the RasterImageTypeConverter class with a given RasterCodecs object.
public RasterImageTypeConverter(
RasterCodecs codecs
)
Public Function New( _
ByVal codecs As Leadtools.Codecs.RasterCodecs _
)
public:
RasterImageTypeConverter(
Leadtools.Codecs.RasterCodecs^ codecs
)
codecs
The RasterCodecs object.
The image returned from the ConvertFrom method will have itsRasterImage.IsLoading property set to true since this method will load the image asynchronously. To get notified when the image has finished loading, create the RasterImageTypeConverter with your own RasterCodecs instance and subscribe to the RasterCodecs.LoadAsyncCompleted event before calling ConvertFrom as show in the example of RasterImageTypeConverter.
For an example, refer to RasterImageTypeConverter.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET