Hi!
I want an Image on the Bottom of the Print out… is this the way to go?
There is an Image property but it doesnt seem to work … :/
DataTemplate x:Key=“PrintBorderTemplate”>
go:SpotPanel
<!-- footer -->
<StackPanel go:SpotPanel.Spot="MiddleBottom"
go:SpotPanel.Alignment="MiddleTop">
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
<Image source="my_image.bmp" />
</StackPanel>
</StackPanel>
</go:SpotPanel>
</DataTemplate>