Provides access to members of thumbnail info.
Members
Name | Description | |
---|---|---|
EmbeddedData | Embedded data of the thumbnail. | |
URL | Url of the thumbnail. |
IThumbnailInfo.EmbeddedData Property
Embedded data of the thumbnail.
Public Property EmbeddedData As Byte[]
public Byte[] EmbeddedData {get; set;}
IThumbnailInfo.URL Property
Url of the thumbnail.
Public Property URL As String
public string URL {get; set;}
Classes that implement IThumbnailInfo
Classes | Description |
---|---|
ThumbnailInfo | Provides access to ThumbnailInfo object. |