ArcObjects Library Reference (Carto)  

IImageServiceInfo.PixelType Property

The pixel type of the image service.

[Visual Basic .NET]
Public ReadOnly Property PixelType As rstPixelType
[C#]
public rstPixelType PixelType {get;}
[C++]
HRESULT get_PixelType(
  rstPixelType* pPixelType
);
[C++]

Parameters

pPixelType [out, retval]

  pPixelType is a parameter of type rstPixelType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageServiceInfo Interface