API Reference
VisioStencilPreviewGalleryOptions
Options for exporting extracted stencil preview payloads as a browsable review gallery.
Inheritance
- Object
- VisioStencilPreviewGalleryOptions
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 VisioStencilPreviewGalleryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Title { get; set; } #Gets or sets the gallery title. When null, a title is derived from the package file name.
public String PreviewDirectoryName { get; set; } #Gets or sets the subdirectory that receives extracted preview payload files.
public String IndexFileName { get; set; } #Gets or sets the generated HTML index file name.
public Boolean WriteIndex { get; set; } #Gets or sets whether the HTML gallery index should be written.
public Boolean WriteBrowserRenderableThumbnails { get; set; } #Gets or sets whether browser-renderable preview payloads should receive deterministic SVG thumbnail wrappers.
public String ThumbnailDirectoryName { get; set; } #Gets or sets the subdirectory that receives generated SVG thumbnail wrappers.
public Int32 ThumbnailWidth { get; set; } #Gets or sets generated thumbnail width in pixels.
public Int32 ThumbnailHeight { get; set; } #Gets or sets generated thumbnail height in pixels.