C#
VB
C++
Defines helper and property dialog boxes available in the ConvertCtrl object.
public enum ConvertDlg
Public Enum ConvertDlg
public enum class ConvertDlg
Members
Value | Member | Description |
---|---|---|
0x00000000 | TargetFormat | Specifies the properties dialog box for the assigned target format. |
0x00000001 | AudioProcessors | Specifies the audio processor selection dialog box. |
0x00000002 | VideoProcessors | Specifies the video processor selection dialog box. |
0x00000100 | SelAudioProcessor | Specifies the first selected audio processor. Additional processors can be specified by adding the processor's collection index to this constant. A maximum of 256 processors can be specified. |
0x00000200 | SelVideoProcessor | Specifies the first selected video processor. Additional processors can be specified by adding the processor's collection index to this constant. A maximum of 256 processors can be specified. |
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