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
- Method VisioPremiumGallery.Create
- Method VisioPremiumGallery.CreateScenario
Constructors
public VisioGalleryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 VisioDiagramQualityOptions QualityOptions { get; set; } #Visual quality options used when AnalyzeVisualQuality is enabled.