Image Property

Summary

Gets Leadtools.RasterImage filled with the load image if LoadFileImage is true.

Syntax
C#
VB
C++
public RasterImage Image { get; } 
  
Public ReadOnly Property Image As RasterImage 
public: 
property RasterImage^ Image { 
   RasterImage^ get(); 
} 

Property Value

The Leadtools.RasterImage filled with the load image if LoadFileImage is true.

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