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; }
Public Property LoadCompressed As Boolean
public:
property bool LoadCompressed {
bool get();
void set ( bool 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.
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET