Available in the LEADTOOLS Imaging toolkit. |
OptionsFileType Property (ILEADRasterDlgFile)
long OptionsFileType; | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
(Read Only) Gets a value the represents the type of file being opened using the Open dialog box.
Based on the file type specified in this property, you can check the properties associated with the file type.
The following properties will be valid based on the value of the OptionsFileType property:
DXFAutoCADColorScheme property
The following table describes when each of the above properties becomes valid.
|
Value of OptionsFileType |
Valid Properties |
1. |
FILE_PCD |
|
2. |
FILE_RAS_PDF |
|
|
FILE_RAS_PDF_G3_1D |
|
|
FILE_RAS_PDF_G3_2D |
|
|
FILE_RAS_PDF_G4 |
|
|
FILE_RAS_PDF_JPEG |
|
|
FILE_RAS_PDF_JPEG_422 |
|
|
FILE_RAS_PDF_JPEG_411 |
|
3. |
FILE_FPX |
|
|
FILE_FPX_SINGLE_COLOR |
|
|
FILE_FPX_JPEG |
|
|
FILE_FPX_JPEG_QFACTOR |
|
|
FILE_CMW |
|
|
FILE_JBIG |
|
|
FILE_JP2 |
|
|
FILE_J2K |
|
4. |
FILE_WMF |
|
|
FILE_EMF |
|
5. |
FILE_DWF |
|
|
FILE_CGM |
|
|
FILE_CMX |
|
|
FILE_PCL |
|
|
FILE_VECTOR_DUMP |
|
|
FILE_PCT |
|
|
FILE_DRW |
|
|
FILE_INTERGRAPH_VECTOR |
|
|
FILE_GERBER |
|
|
FILE_SHP |
|
|
FILE_SVG |
|
|
FILE_VWPG |
|
6. |
FILE_DXF |
|
|
FILE_DXF_R13 |
|
|
FILE_DWG |
|
|
|
|
|
|
|
7. |
FILE_PLT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8. |
Any other format |
none of them are valid. |
See Also
Elements |