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 Properties
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogFileData Class


"

For a list of all members of this type, see RasterDialogFileData members.

"

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

See Also