ImageStamp Constructor (Stream)
Initializes a new instance of the ImageStamp class.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public ImageStamp(
	Stream image
)

Parameters

image
Type: System.IOStream
Stream which contains image data.
See Also