API Reference
Class
VisioStencilPreviewImage
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.
Returned or exposed by
- Property VisioStencilPreviewImageData.PreviewImage
- Property VisioStencilShape.PreviewImage
Accepted by parameters
- Method VisioStencilCatalogBuilder.AddWithMetadata
- Method VisioStencilCatalogBuilder.AddWithMetadata
- Constructor VisioStencilPreviewImageData.VisioStencilPreviewImageData
- Constructor VisioStencilShape.VisioStencilShape
- Constructor VisioStencilShape.VisioStencilShape
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
- target System.String
- contentType System.String = null
- extension System.String = null
- byteLength System.Nullable{System.Int64} = null
- isExternal System.Boolean = false
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.