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


The following tables list the members exposed by RasterOpenDialogLoadFormat.

Public Constructors

 NameDescription
public Constructor RasterOpenDialogLoadFormat ConstructorCreates an instance of the RasterOpenDialogLoadFormat class, refer to RasterOpenDialog.Filter.  
Top

Public Properties

 NameDescription
public Property ExtensionsGets the extension that will be used when filtering the files that will be displayed.  
public Property NameGets the format name that will be displayed in the File Type combo.  
Top

Public Methods

 NameDescription
public Method ToStringOverridden. Returns a format string, like "LEAD ( *.cmp ) *.cmp".  
Top

See Also