Class Thumbnail

Thumbnail class

Represents thumbnail image for a file.

public sealed class Thumbnail : ComplexTypeBase

Constructors

NameDescription
Thumbnail()Initializes a new instance of the Thumbnail class.
Thumbnail(int, int)Initializes a new instance of the Thumbnail class.

Properties

NameDescription
Height { get; set; }Gets or sets the height.
ImageBase64 { get; set; }Gets or sets the image in base64 format.
NamespaceUri { get; }Gets the default namespace URI.
Prefix { get; }Gets the prefix.
Width { get; set; }Gets or sets the width.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also