LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

LoadCompressed Property (RasterOpenDialog)

Show in webframe





Gets 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).
Syntax
public bool LoadCompressed {get; set;}
'Declaration
 
Public Property LoadCompressed As Boolean
'Usage
 
Dim instance As RasterOpenDialog
Dim value As Boolean
 
instance.LoadCompressed = value
 
value = instance.LoadCompressed

            

            
public:
property bool LoadCompressed {
   bool get();
   void set (    bool value);
}

Property Value

true to check the Load Compressed check box in the File Load Options dialog and set the RasterDialogFileData.LoadCompressed value to true associated with selected file(s); otherwise, false.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.