API Reference

Class

VisioDesktopValidationOptions

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Optional Microsoft Visio desktop validation steps.

Inheritance

  • Object
  • VisioDesktopValidationOptions

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

public VisioDesktopValidationOptions() #

Methods

public static VisioDesktopValidationOptions RoundTripWithSvg() #
Returns: VisioDesktopValidationOptions

Creates options that ask Visio to round-trip the document and export the first page to SVG.

Properties

public Boolean SaveCopy { get; set; } #

Gets or sets whether validation should ask Visio to save a round-tripped VSDX copy.

public String SaveCopyPath { get; set; } #

Gets or sets the target VSDX path for SaveCopy. When omitted, a path next to the input file is used.

public IList<VisioDesktopExportFormat> ExportFormats { get; } #

Gets optional first-page or document export formats to produce as validation proof.

public String ExportDirectory { get; set; } #

Gets or sets the directory for exported validation proof files. When omitted, the input file directory is used.

public String ExportFileNamePrefix { get; set; } #

Gets or sets the file name prefix for exported validation proof files. When omitted, the input file name is used.