C#
VB
C++
Indicates the File Options for the loaded file Type.
public enum RasterDialogFileOptionsType
Public Enum RasterDialogFileOptionsType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class RasterDialogFileOptionsType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None | The file does not support load options. |
1 | The file supports load RasterDialogPdfFileOptions options. | |
2 | Misc | The file supports load RasterDialogMiscFileOptions options. |
3 | Meta | The file supports load RasterDialogMetaFileOptions options. |
4 | Xls | The file supports load RasterDialogXlsFileOptions options. |
5 | Vff | The file supports load RasterDialogVffFileOptions options. |
6 | Anz | The file supports load RasterDialogAnzFileOptions options. |
7 | Vector | The file supports load RasterDialogVectorFileOptions options. |
Refer to RasterOpenDialog example.
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