The ConvertCtrl control object constructor.
public ConvertCtrl(
bool windowless
)
Public Function New( _
ByVal windowless As Boolean _
)
public:
ConvertCtrl(
bool windowless
)
windowless
True to create a windowless convert control. Windowless convert controls can be used in STA or MTA threads.
False will create a visible control for use on a windows form. Visible controls can be used only in STA threads.
The ConvertCtrl control object constructor which allows for the creation of windowless convert controls. Call this method to instantiate a new ConvertCtrl class. If you have one or more controls running in STA threads, the conversions will get initialized sequentially using only one thread. The commands to start/stop conversion would get executed sequentially, but the conversions themselves would get executed in parallel. For true parallel processing, use windowless convert controls in MTA threads.
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