IImageServiceDecoder

The IImageServiceDecoder is used to decode buffer.

[Visual Basic 6.0]

Dim myObject As IImageServiceDecoder

[C++]

IImageServiceDecoder clientObject;

[C#, .NET]

IImageServiceDecoder clientObject;

Properties

Name

Description

Status

Returns an XML string detailing the status of the last operation performed on this object.

Methods

Name

Description

Decode

Decodes the image buffer currently held by the image service.

GetImageInBuffer

Gets the decoded buffer.

GetMaskInBuffer

Gets the mask buffer.

SetProperty

Sets the value of the given property.

GetProperty

Gets the value of the given property.

Status

Returns an XML detailing the status of the last operation performed on this object.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM, ANSI C / C++ Standard compliant

Dependency

ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++)

Include

isclientc.h (ANSI C)