←Select platform

RasterDialogFileOptionsType Enumeration

Summary

Indicates the File Options for the loaded file Type.

Syntax

C#
VB
C++
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

ValueMemberDescription
0NoneThe file does not support load options.
1PdfThe file supports load RasterDialogPdfFileOptions options.
2MiscThe file supports load RasterDialogMiscFileOptions options.
3MetaThe file supports load RasterDialogMetaFileOptions options.
4XlsThe file supports load RasterDialogXlsFileOptions options.
5VffThe file supports load RasterDialogVffFileOptions options.
6AnzThe file supports load RasterDialogAnzFileOptions options.
7VectorThe file supports load RasterDialogVectorFileOptions options.
Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly