Image Property

Summary
Gets or sets the Raster Image to be saved.
Syntax
C#
VB
C++
public RasterImage Image { get; set; } 
  
Public Property Image As RasterImage 
public: 
property RasterImage^ Image { 
   RasterImage^ get(); 
   void set (    RasterImage^ value); 
} 

Property Value

Raster Image to be saved if the AutoProcess is true.

Example

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