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

The following tables list the members exposed by RasterOpenDialog.

Public Constructors

 NameDescription
public Constructor RasterOpenDialog ConstructorCreates an instance of the Open dialog class.  
Top

Public Properties

 NameDescription
public Property CheckFileExistsGets or sets a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist.  
public Property CheckPathExistsGets or sets a value indicating whether the dialog box displays a warning if the user specifies a path that does not exist.  
public Property DefaultExtGets or sets the default file name extension.  
public Property DereferenceLinksGets or sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (.lnk).  
public Property EnableFileInfoModelessGets or sets a value that indicates whether the File Info dialog will show modeless.  
public Property EnableFileInfoResizingGets or sets a value that indicates whether the File Info dialog is can be resized.  
public Property EnableSizingGets or sets a value that indicates whether the dialog box supports sizing.  
public Property FileNameGets or sets a string containing the file name selected in the file dialog box.  
public Property FilterGets or sets the current file name filters array, which determines the choices that appear in the "Files of type" box in the dialog box.  
public Property FilterIndexGets or sets the index of the filter currently selected in the file dialog box  
public Property GenerateThumbnailGets or sets a value that indicates whether the dialog will generate a thumbnail image from the image file.  
public Property InitialDirectoryGets or sets the initial directory displayed by the file dialog box.  
public Property InitialViewSpecifies the initial view for the Open dialog  
public Property LoadCompressedGets or sets the initial value for the Load Compressed check box in the File Load Options dialog and the RasterDialogFileData.LoadCompressed value associated with selected file(s).  
public Property LoadFileImageGets or sets a value that indicates whether the Open dialog box will load the selected image file(s) in RasterDialogFileData.Image associated with each file in the OpenedFileData list.  
public Property LoadOptionsGets or sets a value that indicates whether the Show Load Options check box in the Open dialog box will be selected, in which case the File Load Options dialog box will appear when the Open button is clicked.  
public Property LoadRotatedGets or sets a value that indicates whether the Load Rotated check box in the File Load Options dialog box is selected by default.  
public Property MultiselectGets or sets a value indicating whether the dialog box allows multiple files to be selected.  
public Property OpenedFileDataGets a RasterDialogFileData list object containing the names and loading options for the selected files.  
public Property PreviewWindowVisibleGets or sets a value that indicates whether to show the Preview window if ShowPreview is true.  
public Property ShowAnzOptionsGets or sets a value that indicates whether the File Load Options dialog box will display the Anz Options tab.  
public Property ShowDeletePageGets or sets a value that indicates whether the Open dialog box will contain the Delete Page button option if ShowMultipage is true.  
public Property ShowFileInformationGets or sets a value that indicates whether the Open dialog box will contain the File Info button.  
public Property ShowGeneralOptionsGets or sets a value that indicates whether the File Load Options dialog box will display the General tab.  
public Property ShowHelpGets or sets a value that indicates whether the Help button(s) in the Open dialog box and its sub-dialogs will be displayed.  
public Property ShowLoadCompressedGets or sets a value that indicates whether the File Load Options dialog box will display the Load Compressed check box.  
public Property ShowLoadOptionsGets or sets a value that indicates whether the Open dialog box will display the Load Options check box.  
public Property ShowLoadRotatedGets or sets a value that indicates whether the File Load Options dialog box will contain the Load Rotated check box.  
public Property ShowMultipageGets or sets a value that indicates whether the Open dialog box and the File Load Options dialog box will display the Page number combo box.  
public Property ShowPdfOptionsGets or sets a value that indicates whether the File Load Options dialog box will display the Pdf Options tab.  
public Property ShowPreviewGets or sets a value that indicates whether the Open dialog box will display the Preview window.  
public Property ShowProgressiveGets or sets a value that indicates whether the File Load Options dialog box will display the Progressive Passes drop-down list box.  
public Property ShowRasterizeDocumentOptionsGets or sets a value that indicates whether the File Load Options dialog box will display the Rasterize Document Options tab.  
public Property ShowRasterOptionsGets or sets a value that indicates whether the File Load Options dialog box will display the Raster Options tab.  
public Property ShowTotalPagesGets or sets a value that indicates whether the File Info dialog box will display the current page number and the total file pages number.  
public Property ShowVffOptionsGets or sets a value that indicates whether the File Load Options dialog box will display the Vff Options tab.  
public Property ShowXlsOptionsGets or sets a value that indicates whether the File Load Options dialog box will display the XLS Microsoft Office Excel Workbook (XLS) Options tab.  
public Property ShowXpsOptionsGets or sets a value that indicates whether the File Load Options dialog box will display the XML Paper Specification (XPS) Options tab.  
public Property TitleGets or sets the title of the Open file dialog box.  
public Property UseFileStamptoPreviewGets or sets a value that indicates whether the Open dialog box will use the image stamp to fill the Preview Window, if there is one; otherwise it will use the file image itself.  
public Property UseGdiPlusGets or sets a value that indicates whether to use GDI+ paint engine when drawing the thumbnails of images.  
Top

Public Methods

 NameDescription
public Method DisposeOverloaded. Releases the resources used by the Open dialog.  
public Methodstatic (Shared in Visual Basic) GetDialogStringGets a string for the specified Dialog String ID.  
public Methodstatic (Shared in Visual Basic) SetDialogStringSets the new string for the specified Dialog String ID in order to change the dialog strings.  
public Method ShowDialogRuns the Open dialog box.  
Top

Protected Methods

 NameDescription
protected Method FinalizeThis member overrides Finalize.  
protected Method OnHelpRaises the Help event.  
protected Method OnLoadProgressRaises the LoadProgress event.  
Top

Public Events

 NameDescription
public Event HelpOccurs when the user clicks the Help button.  
public Event LoadProgressOccurs when loading file(s) image(s), if the user passed RasterOpenDialog.LoadFileImage and/or RasterOpenDialog.GenerateThumbnail.  
Top

See Also