API Reference
Class
VisioStencilPreviewGalleryEntry
One extracted stencil preview payload in a review gallery.
Inheritance
- Object
- VisioStencilPreviewGalleryEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property VisioStencilPreviewGallery.Entries
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public VisioStencilPreviewImageData Image { get; } #Extracted preview payload and source master metadata.
public String FilePath { get; } #Saved preview payload path.
public String RelativePath { get; } #Path from the gallery index to the saved preview payload.
public String ThumbnailFilePath { get; } #Generated SVG thumbnail path, when available.
public String ThumbnailRelativePath { get; } #Path from the gallery index to the generated SVG thumbnail, when available.
public Boolean HasThumbnail { get; } #Whether this entry has a generated SVG thumbnail artifact.
public Boolean IsBrowserRenderable { get; } #Whether the payload extension is usually directly renderable in a browser.