API Reference

Class

VisioStencilPreviewImage

Namespace OfficeIMO.Visio.Stencils
Assembly OfficeIMO.Visio
Modifiers sealed

Describes preview/icon image metadata discovered for a stencil master.

Inheritance

  • Object
  • VisioStencilPreviewImage

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 VisioStencilPreviewImage(String relationshipId, String target, String contentType = null, String extension = null, Nullable<Int64> byteLength = null, Boolean isExternal = false) #

Initializes preview image metadata.

Parameters

relationshipId System.String requiredposition: 0
target System.String requiredposition: 1
contentType System.String = null optionalposition: 2
extension System.String = null optionalposition: 3
byteLength System.Nullable{System.Int64} = null optionalposition: 4
isExternal System.Boolean = false optionalposition: 5

Properties

public String RelationshipId { get; } #

Relationship id from the source master part.

public String Target { get; } #

Original relationship target from the source package.

public String ContentType { get; } #

Content type for the preview image, when known.

public String Extension { get; } #

File extension for the preview image, when known.

public Nullable<Int64> ByteLength { get; } #

Byte length for embedded preview image payloads, when known.

public Boolean IsExternal { get; } #

Whether the preview image relationship points outside the package.