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).
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.