HeaderFooterInfo

HeaderFooterInfo class

Represents header or footer data which is present in views and used for printing.

The HeaderFooterInfo type exposes the following members:

Constructors

NameDescription
HeaderFooterInfo()Initializes a new instance of the HeaderFooterInfo class.

Properties

NameDescription
left_textGets or sets the left aligned text to display in the header or footer.
centered_textGets or sets the centered text to display in the header or footer .
right_textGets or sets the right aligned text to display in the header or footer.
left_imageGets or sets the left aligned image to be displayed in the header or footer.
centered_imageGets or sets the centered image to be displayed in the header or footer.
right_imageGets or sets the right aligned image to be displayed in the header or footer.
left_image_sizeGets or sets the displayed size of the left image.
centered_image_sizeGets or sets the displayed size of the center image.
right_image_sizeGets or sets the displayed size of the right image.

See Also