API Reference
Class
VisioGalleryOptions
Options for generating OfficeIMO.Visio gallery documents.
Inheritance
- Object
- VisioGalleryOptions
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 VisioGallery.Create
Constructors
public VisioGalleryOptions() #Inherited Methods
Properties
public Boolean ValidatePackage { get; set; } #Whether generated packages should be structurally validated.
public Boolean AnalyzeVisualQuality { get; set; } #Whether generated pages should be analyzed for visual quality issues.
public Boolean ValidateWithVisioDesktop { get; set; } #Whether generated documents should also be opened with Microsoft Visio desktop when available.
public Boolean RequireVisioDesktop { get; set; } #Whether missing Microsoft Visio desktop automation should make gallery results unclean.
public VisioDesktopValidationOptions DesktopValidationOptions { get; set; } #Optional desktop validation steps, such as round-trip save-copy and SVG/PNG/PDF export proof files.
public VisioDiagramQualityOptions QualityOptions { get; set; } #Visual quality options used when AnalyzeVisualQuality is enabled.