in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Water Mark

Last post 01-28-2008 2:06 PM by C1_GregL. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 01-23-2008 6:09 PM

    Water Mark

    Is there a way to insert a water mark on a page?

    Filed under:
  • 01-28-2008 2:06 PM In reply to

    • C1_GregL
    • Top 10 Contributor
    • Joined on 06-11-2007
    • Pittsburgh PA
    • Posts 500

    Re: Water Mark

    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

Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.