GraphicsImageExportSettings

No details are provided for this entry.

Declaration Syntax

public class GraphicsImageExportSettings

Table 53: Members

Constructor

GraphicsImageExportSettings()

Creates a new GraphicsImageExportSettings instance.

Property

AppendGraph

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

Property

Background

Specifies the background color. Defaults to GraphicsAppearanceSetting.

Property

Capture

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

Property

CurrentGraphicsDisplay

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

Property

FontMagnification

Specifies the font magnification factor. Defaults to 1.0.

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.

Property

Resolution

Specifies the resolution type. Defaults to NormalResolution.

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.