LegendDrawingOptions

LegendDrawingOptions enumeration

Specifies the possible options used when rendering view’s legend.

public enum LegendDrawingOptions

Values

NameValueDescription
NoLegend0No legend is rendered.
AfterLastPage1The legend is rendered on a separate page after the last page of the project’s pages.
OnEveryPage2The legend is rendered on every page.
DefinedInView3The legend is rendered according to View.PageInfo.Legend.LegendOn property of the rendered View.

See Also