←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly