API Reference

Class

VisioDocumentProjectionOptions

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Controls projection of a Visio document into the neutral OfficeIMO document model.

Inheritance

  • Object
  • VisioDocumentProjectionOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public Int32 MaxTableRows { get; set; } #

Maximum shape-data rows retained per page. The default retains every row.

public Boolean IncludeSvgPreviewAssets { get; set; } #

When true, includes an SVG preview asset for every projected page.

public Boolean IncludePngPreviewAssets { get; set; } #

When true, includes a PNG preview asset for every projected page.

public VisioSvgSaveOptions SvgOptions { get; set; } #

SVG rendering options used when SVG previews are enabled.

public VisioPngSaveOptions PngOptions { get; set; } #

PNG rendering options used when PNG previews are enabled.