GraphicsViewportsExportSettings

Settings object to control Graphics.ExportViewports behavior.

Declaration Syntax

public class GraphicsViewportsExportSettings : GraphicsImageExportSettings

Table 54: Members

Constructor

GraphicsViewportsExportSettings()

Creates a new GraphicsViewportsExportSettings instance.

Property

AppendGraph

Specifies whether to append the viewport graph(s) to the exported image. Defaults to false.

(Inherited from GraphicsImageExportSettings.)

Property

Background

Specifies the background color. Defaults to GraphicsAppearanceSetting.

(Inherited from GraphicsImageExportSettings.)

Property

BorderStyle

Specifies which borders to add, if any, to the exported viewports image. Border style enum values can be combined via bitwise-or ( | ). Defaults to None.

Property

Capture

Specifies what to include in the capture. Defaults to ImageAndLegend.

(Inherited from GraphicsImageExportSettings.)

Property

CurrentGraphicsDisplay

Specifies whether to use the current graphics display settings. Defaults to true.

(Inherited from GraphicsImageExportSettings.)

Property

FontMagnification

Specifies the font magnification factor. Defaults to 1.0.

(Inherited from GraphicsImageExportSettings.)

Property

Height

Specifies the image height. Defaults to 0. If width AND height are zero, this uses the current dimensions. If only one of the two are nonzero, the current dimension’s ratio is used along with the nonzero of the two properties to determine the computed value of the zero property.

(Inherited from GraphicsImageExportSettings.)

Property

Resolution

Specifies the resolution type. Defaults to NormalResolution.

(Inherited from GraphicsImageExportSettings.)

Property

Width

Specifies the image width. Defaults to 0. If width AND height are zero, this uses the current dimensions. If only one of the two are nonzero, the current dimension’s ratio is used along with the nonzero of the two properties to determine the computed value of the zero property.

(Inherited from GraphicsImageExportSettings.)