←Select platform

Image Property

Summary

Gets the RasterImage class instance that is being saved.

Syntax

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

Property Value

A RasterImage object that is being saved.

Remarks

This instance is the same object passed to the RasterCodecs.SaveAsync method.

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.Codecs Assembly