VisioRenderingOptions

VisioRenderingOptions class

Contains options for rendering Visio documents. For details, see the documentation.

public class VisioRenderingOptions

Constructors

Name Description
VisioRenderingOptions() Initializes an instance of the VisioRenderingOptions class.

Properties

Name Description
FigureWidth { get; set; } Figure width, height will be calculated automatically. Default value is 100.
RenderFiguresOnly { get; set; } Render only Visio figures, not a diagram.

See Also