This documentation is for the old version. Go to the latest Upload Suite docs

ThumbnailInfo Properties

The ThumbnailInfo type exposes the following members.

Properties

Name Description
Public property CompressionMode

Gets compression mode of the thumbnail.

Public property ContentLength

Gets the Content-length HTTP header.

(Inherited from BaseFileInfo.)
Public property ContentType

Gets the value of the Content-type HTTP header.

(Inherited from BaseFileInfo.)
Public property FileName

Gets name of the file.

(Inherited from BaseFileInfo.)
Public property FileSize

Gets size of the thumbnail.

(Overrides BaseFileInfo.FileSize.)
Public property Height

Gets height of the thumbnail.

(Overrides BaseFileInfo.Height.)
Public property Index

Gets 1-based index of the uploaded thumbnail.

Public property InputStream

Gets the Stream that represents the file.

(Inherited from BaseFileInfo.)
Public property Succeeded

Indicates if the currently uploaded thumbnail was created successfully.

Public property Width

Gets width of the thumbnail.

(Overrides BaseFileInfo.Width.)

See Also

Reference