Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDialogFileData Class Members
See Also  Properties  Methods 
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogFileData Class


The following tables list the members exposed by RasterDialogFileData.

Public Constructors

 NameDescription
Public ConstructorRasterDialogFileData Constructor Initializes a new instance of the RasterDialogFileData class.  
Top

Public Properties

 NameDescription
Public PropertyFileInfo Gets CodecsImageInfo of the image file information.  
Public PropertyImage Gets RasterImage filled with the load image if RasterOpenDialog.LoadFileImage is true.  
Public PropertyLoadCompressed Gets Load Compressed value, true to enables keeping the loaded image data compressed in memory Compressed.  
Public PropertyLoadRotated Gets the Load Rotated value, true to load files without rotating Rotated.  
Public PropertyName Gets the selected file name.  
Public PropertyOptions Gets the load options that the user selected in the Load Options Dialog RasterDialogFileOptions.  
Public PropertyPageNumber Gets the image page number to be loaded.  
Public PropertyPasses Gets the number of passes (scans through the image) when loading a progressive image (Jpeg mainly) Passes.  
Public PropertyThumbnail Gets an RasterImage filled with the loaded thumbnail image if RasterOpenDialog.GenerateThumbnail is true.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Releases all resources used by this object.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  This member overrides Finalize.  
Top

See Also