LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)

Image Property

Show in webframe





Gets or sets the RasterImage that the dialog will preview if ShowPreview is true and will process if AutoProcess is true.
Syntax
public RasterImage Image {get; set;}
'Declaration
 
Public Property Image As RasterImage
'Usage
 
Dim instance As RasterWindowLevelDialog
Dim value As RasterImage
 
instance.Image = value
 
value = instance.Image

            

            
public:
property RasterImage^ Image {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

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

See Also

Reference

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.