PageLegend

PageLegend class

Represents a page legend which is used for project printing.

The PageLegend type exposes the following members:

Constructors

NameDescription
PageLegend()Initializes a new instance of the PageLegend 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.
legend_onGets or sets the pages on which the legend appears. Can be one of the values of the Legend enumeration.
widthGets or sets the width of the left part (containing project’s name and date by default) of the legend in centimeters.

See Also