API Reference
Class
VisioLoadOptions
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
- Method VisioDocument.Load
- Method VisioDocument.LoadAsync
- Method VisioDocument.LoadAsync
Constructors
public VisioLoadOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.