LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 Constructor RasterDialogFileData ConstructorInitializes a new instance of the RasterDialogFileData class.  
Top

Public Properties

 NameDescription
public Property FileInfoGets Leadtools.Codecs.CodecsImageInfo of the image file information.  
public Property ImageGets Leadtools.RasterImage filled with the load image if RasterOpenDialog.LoadFileImage is true.  
public Property LoadCompressedGets Load Compressed value, true to enables keeping the loaded image data compressed in memory Leadtools.Codecs.CodecsLoadOptions.Compressed.  
public Property LoadRotatedGets the Load Rotated value, true to load files without rotating Leadtools.Codecs.CodecsLoadOptions.Rotated.  
public Property NameGets the selected file name.  
public Property OptionsGets the load options that the user selected in the Load Options Dialog RasterDialogFileOptions.  
public Property PageNumberGets the image page number to be loaded.  
public Property PassesGets the number of passes (scans through the image) when loading a progressive image (Jpeg mainly) Leadtools.Codecs.CodecsLoadOptions.Passes.  
public Property ThumbnailGets an Leadtools.RasterImage filled with the loaded thumbnail image if RasterOpenDialog.GenerateThumbnail is true.  
Top

Public Methods

 NameDescription
public Method DisposeOverloaded. Releases all resources used by this object.  
Top

Protected Methods

 NameDescription
protected Method FinalizeThis member overrides Finalize.  
Top

See Also