Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26370

    how to add footer and page number

    #27963

    [language=java:1waamgcy]PD4PageMark footer = new PD4PageMark();
    footer.AreaHeight = 30;
    footer.FontSize = 12;
    footer.Color = Color.Red;
    footer.setPageNumberTemplate(“Page: $[page] of $[total]”);
    footer.setTitleTemplate(“Footer – $[title]”);
    footer.TitleAlignment = PD4PageMark.RIGHT_ALIGN;
    footer.PageNumberAlignment = PD4PageMark.LEFT_ALIGN;
    footer.PageBackgroundColor = Color.WHITE;

    pd4ml.PageFooter = footer;[/language:1waamgcy]

Viewing 2 posts - 1 through 2 (of 2 total)

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