HeaderFooterInfo

HeaderFooterInfo class

Represents visual content of the header, footer or legend which is used for printing \ rendering of views.

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 parent element.
centered_textGets or sets the centered text to display in the parent element.
right_textGets or sets the right aligned text to display in the parent element.
left_imageGets or sets the left aligned image to be displayed in the parent element.
centered_imageGets or sets the centered image to be displayed in the parent element.
right_imageGets or sets the right aligned image to be displayed in the parent element.
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