Options Property

Summary

Gets the load options that the user selected in the Load Options Dialog RasterDialogFileOptions.

Syntax
C#
VB
C++
public RasterDialogFileOptions Options { get; } 
  
Public ReadOnly Property Options As RasterDialogFileOptions 
public: 
property RasterDialogFileOptions^ Options { 
   RasterDialogFileOptions^ get(); 
} 

Property Value

Loads the options that the user selected in the Load Options Dialog.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly