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

See Also