Click or drag to resize

LocalFileThumbnail Class

A data type represents a local file thumbnail.
Inheritance Hierarchy
SystemObject
  SparkSDKLocalFileThumbnail

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class Thumbnail

The LocalFileThumbnail type exposes the following members.

Constructors
  NameDescription
Public methodLocalFileThumbnail
Initializes a new instance of the LocalFileThumbnail class
Top
Properties
  NameDescription
Public propertyHeight
The height of the thumbnail in pixels.
Public propertyMime
The mime type of the thumbnail.
Public propertyPath
The path of the local file thumbnail.
Public propertySize
The size of the thumbnail in bytes.
Public propertyWidth
The width of the thumbnail in pixels.
Top
Remarks
Since: 0.1.0
See Also