ImageStamp.ImageStamp

ImageStamp(Stream)

Initializes a new instance of the ImageStamp class.

public ImageStamp(Stream image)
ParameterTypeDescription
imageStreamStream which contains image data.

See Also


ImageStamp(string)

Creates image stamp by image in the specified file.

public ImageStamp(string fileName)
ParameterTypeDescription
fileNameStringName of the file which contains image.

See Also