←Select platform

Image Property

Summary

Gets the RasterImage class instance that is being saved.

Syntax
C#
VB
C++
Java
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

NOTE: This topic is part of RasterCodecs Async support using the .NET System.ComponentMode.AsyncOperation model. For .NET async/await support this type/member is not used. Instead, refer to RasterCodecs Async Operations.

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

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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