We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8187c93 commit 55685b5Copy full SHA for 55685b5
libraries/radwordsprocessing/concepts/watermark.md
@@ -72,7 +72,7 @@ Creating image watermark is very similar to creating a text one. __Example 2__ s
72
Angle = 45,
73
Width = 50,
74
Height = 75,
75
- ImageSource = new Telerik.Windows.Documents.Media.ImageSource(imageStream, "png")
+ ImageSource = new Telerik.Windows.Documents.Media.ImageSource(new FileStream("sample.jpeg", FileMode.Open), "jpeg")
76
});
77
{{endregion}}
78
0 commit comments