BackgroundArtifactBackgroundImage Property |
Gets or sets bacground image of background artifact
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Stream BackgroundImage { get; set; }
Public Property BackgroundImage As Stream
Get
Set
public:
property Stream^ BackgroundImage {
Stream^ get ();
void set (Stream^ value);
}
member BackgroundImage : Stream with get, set
Property Value
Type:
Stream
See Also