HeaderFooterInfo
Contents
[
Hide
]HeaderFooterInfo class
Represents visual content of the header, footer or legend which is used for printing \ rendering of views.
Constructors
| Name | Description |
|---|---|
| HeaderFooterInfo | Initializes a new instance of the HeaderFooterInfo class. |
Methods
| Name | Description |
|---|---|
| get_CenteredImage | Gets the centered image to be displayed in the parent element. |
| get_CenteredImageSize | Gets the displayed size of the center image. |
| get_CenteredText | Gets the centered text to display in the parent element. |
| get_LeftImage | Gets the left aligned image to be displayed in the parent element. |
| get_LeftImageSize | Gets the displayed size of the left image. |
| get_LeftText | Gets the left aligned text to display in the parent element. |
| get_RightImage | Gets the right aligned image to be displayed in the parent element. |
| get_RightImageSize | Gets the displayed size of the right image. |
| get_RightText | Gets the right aligned text to display in the parent element. |
| set_CenteredImage | Sets the centered image to be displayed in the parent element. |
| set_CenteredImageSize | Sets the displayed size of the center image. |
| set_CenteredText | Sets the centered text to display in the parent element. |
| set_LeftImage | Sets the left aligned image to be displayed in the parent element. |
| set_LeftImageSize | Sets the displayed size of the left image. |
| set_LeftText | Sets the left aligned text to display in the parent element. |
| set_RightImage | Sets the right aligned image to be displayed in the parent element. |
| set_RightImageSize | Sets the displayed size of the right image. |
| set_RightText | Sets the right aligned text to display in the parent element. |