Gets image stream used for stamping.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Stream Image { get; }
Public ReadOnly Property Image As Stream
Get
public:
property Stream^ Image {
Stream^ get ();
}
member Image : Stream with get
Property Value
Type:
Stream
See Also