Is this page helpful?

In this page

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.