API Reference

Class

VisioImageExportOptions

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Base OfficeImageExportOptions
Modifiers sealed

Options for format-neutral dependency-free Visio image export.

Inheritance

  • OfficeImageExportOptions
  • VisioImageExportOptions

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 VisioImageExportOptions() #

Properties

public Int32 PageIndex { get; set; } #

Zero-based first page index used by document export.

public Nullable<Int32> PageCount { get; set; } #

Maximum number of document pages to export, or all remaining pages when absent.

public Boolean RenderText { get; set; } #

Whether shape and connector text is rendered.

public String FontFilePath { get; set; } #

Optional TrueType/OpenType font file used for native raster text outlines.

public String FontFaceName { get; set; } #

Optional font face name used when selecting a face from a font collection.

public Nullable<Int32> FontCollectionIndex { get; set; } #

Optional zero-based font face index used when selecting a face from a font collection.

public Boolean RenderStencilArtwork { get; set; } #

Whether built-in OfficeIMO stencil metadata is projected as vector artwork.

public Boolean RenderConnectorLabels { get; set; } #

Whether connector labels are rendered.

public Boolean ResolveConnectorLabelOverlaps { get; set; } #

Whether connector labels are nudged away from page edges, shapes, and earlier labels.

public Int32 Supersampling { get; set; } #

Supersampling factor used for smoother raster output.

public Boolean IncludeSvgXmlDeclaration { get; set; } #

Whether SVG output includes an XML declaration.