Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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 PropertyFileInfo Gets CodecsImageInfo of the image file information.  
Public PropertyImage Gets RasterImage filled with the load image if 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 GenerateThumbnail is true.  
Top

See Also