Image Property

Summary
Gets or sets the RasterImage that the dialog will preview if ShowPreview is true and will process if AutoProcess is true.
Syntax
C#
VB
C++
public RasterImage Image { get; set; } 
  
Public Property Image As RasterImage 
public: 
property RasterImage^ Image { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

The Leadtools.RasterImage that the dialog will preview if ShowPreview is true and will process if AutoProcess is true.

Example

Refer to RasterWindowLevelDialog 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.

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