Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27118

    Hello,

    I am using PD4ML in .net. i have applied watermark in my PDF but i want to remove watermark from first page of pdf.

    footer.InitialPageNumber = 2;
    footer.PagesToSkip = 1;
    //PD4PageMark watermark = new PD4PageMark();
    footer.setWatermark(
    // watermark image location URL.
    // For local images use “file:” protocol i.e. “file:images/logo.png”
    watermark,
    // watermark image position
    new Rectangle(((792 – WaterMarkWidth) / 3), 300, WaterMarkWidth, WatermarkHeight),

    // watermark opacity in percents
    40);

    I am using this code, please advice me how to skip watermark for first page.

    Thanks in advance.

Viewing 1 post (of 1 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.