You can add a watermark through the PageLayouts collection
Dim waterMark As RenderImage
waterMark.Image = Image.FromFile("image.bmp")
waterMark.Y = new Unit(2, UnitTypeEnum.Inch)
C1PrintDocument1.PageLayouts(0).WaterMark = waterMark
hope that helps,
Greg L