This document is archived and information here might be outdated. Recommended version. |
The type of image to be generated.
[Visual Basic .NET] Public Property Type As IImageType
[C#] public IImageType Type {get; set;}
[C++]
HRESULT get_Type(
IImageType** imgType
);
[C++]
HRESULT put_Type(
IImageType* imgType
);
[C++] Parameters imgType [out, retval]
imgType is a parameter of type IImageType** imgType [in]
imgType is a parameter of type IImageType*
Type includes the format and the return type (URL or Mime data) of the image.