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

ConvertedFile Members

The ConvertedFile 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 GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveTo

Moves this converted file to the specified path.

Public method SaveAs

Saves this converted file to the specified path.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property FileStream

Gets a Stream object that pointing to this converted file.

Public property Height

Gets an actual height (in pixels) of this converted file if it is an image.

Public property Index

Gets a zero-based index of this converted file within the ConvertedFiles collection.

Public property Mode

Gets a conversion mode actually applied to this converted file.

Public property Name

Gets a name of this converted file.

Public property Size

Gets a size of this converted file (in bytes).

Public property Width

Gets an actual width (in pixels) of this converted file if it is an image.

See Also

Reference