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

ThumbnailInfo Members

The ThumbnailInfo type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSafeFileName

Returns a safe file name for the file if it would be saved to dirPath folder.

(Inherited from BaseFileInfo.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Save

Saves file to the specified path.

(Inherited from BaseFileInfo.)
Public method SaveToFolder Overloaded.
Public method ToString (Inherited from Object.)

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