API Reference

Class

VisioLoadOptions

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Controls resource limits and package inspection when loading Visio documents into memory.

Inheritance

  • Object
  • VisioLoadOptions

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

Properties

public Nullable<Int64> MaxInputBytes { get; set; } #

Maximum VSDX bytes buffered by stream and asynchronous load APIs. Default: 512 MiB. Set to null to disable this compatibility guard.

public OfficePackageSecurityOptions PackageSecurity { get; set; } #

Optional Office package resource limits and active-content policies.