LoadCompressed Property

Summary

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
C#
VB
C++
public bool LoadCompressed { get; set; } 
  
Public Property LoadCompressed As Boolean 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly