PrintInfo Reference > PrintInfo Properties > PageHeaderOwnerDraw Property (PrintInfo) |
This property sets or returns a Boolean that determines whether the page header is owner-drawn.
PrintInfo.PageHeaderOwnerDraw= boolean
Read/Write at run time and design time.
By default, this property is False, and the string returned by the PageHeader property is used to format the page header.
If set to True, then the OwnerDrawPageHeader event is fired as needed to render the page header to the printer device context.