ImageStamp Constructor (Stream) |
Initializes a new instance of the
ImageStamp class.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic ImageStamp(
Stream image
)
Public Sub New (
image As Stream
)
public:
ImageStamp(
Stream^ image
)
new :
image : Stream -> ImageStamp
Parameters
- image
- Type: System.IOStream
Stream which contains image data.
See Also