The ThumbnailInfo type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSafeFileName |
Returns a safe file name for the file if it would be saved to dirPath folder. (Inherited from BaseFileInfo.) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Save |
Saves file to the specified path. (Inherited from BaseFileInfo.) |
|
SaveToFolder | Overloaded. | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
CompressionMode |
Gets compression mode of the thumbnail. |
|
ContentLength |
Gets the Content-length HTTP header. (Inherited from BaseFileInfo.) |
|
ContentType |
Gets the value of the Content-type HTTP header. (Inherited from BaseFileInfo.) |
|
FileName |
Gets name of the file. (Inherited from BaseFileInfo.) |
|
FileSize |
Gets size of the thumbnail. (Overrides BaseFileInfo.FileSize.) |
|
Height |
Gets height of the thumbnail. (Overrides BaseFileInfo.Height.) |
|
Index |
Gets 1-based index of the uploaded thumbnail. |
|
InputStream |
Gets the Stream that represents the file. (Inherited from BaseFileInfo.) |
|
Succeeded |
Indicates if the currently uploaded thumbnail was created successfully. |
|
Width |
Gets width of the thumbnail. (Overrides BaseFileInfo.Width.) |