LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterDialogVffFileOptions Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogVffFileOptions Class



Represents the load options that are used to VFF files.

Object Model

RasterDialogVffFileOptions Class

Syntax

Visual Basic (Declaration) 
Public Class RasterDialogVffFileOptions 
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogVffFileOptions
C# 
public class RasterDialogVffFileOptions 
C++/CLI 
public ref class RasterDialogVffFileOptions 

Example

Refer to RasterOpenDialog example.

Remarks

This class is used to fill the Vff tab on the File Load Options dialog.

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterDialogVffFileOptions

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also