Class Thumbnail
Thumbnail class
Represents thumbnail image for a file.
public sealed class Thumbnail : ComplexTypeBase
Constructors
Name | Description |
---|
Thumbnail() | Initializes a new instance of the Thumbnail class. |
Thumbnail(int, int) | Initializes a new instance of the Thumbnail class. |
Properties
Name | Description |
---|
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
See Also