ImageCreateResult Class

Definition

public class ImageCreateResult
type ImageCreateResult = class
Public Class ImageCreateResult
Inheritance
ImageCreateResult

Constructors

ImageCreateResult()

Initializes a new instance of the ImageCreateResult class.

ImageCreateResult(String, String, Image)

Initializes a new instance of the ImageCreateResult class.

Properties

Image

Gets the image.

SourceUrl

Gets source URL of the image.

Status

Gets status of the image creation. Possible values include: 'OK', 'OKDuplicate', 'ErrorSource', 'ErrorImageFormat', 'ErrorImageSize', 'ErrorStorage', 'ErrorLimitExceed', 'ErrorTagLimitExceed', 'ErrorRegionLimitExceed', 'ErrorUnknown', 'ErrorNegativeAndRegularTagOnSameImage'

Applies to