UploadedFile Members ActiveX/Java Uploader PHP

The UploadedFile type exposes the following members.

Properties

NameDescription
Public property Angle Gets a rotation angle of this user-selected file (measured in degrees clockwise).
Public property ConvertedFiles Gets an array of converted files created for this user-selected file.
Public property CropBounds Gets a crop bounds of this user-selected file if it is an image.
Public property Description Gets a user-provided description of this user-selected file.
Public property HorizontalResolution Gets a horizontal resolution of this user-selected file (measured in DPI - dots per inches) if it is an image.
Public property Index Gets index of this user-selected file within a package.
Public property Package Gets a Package instance related to this user-selected file.
Public property RelativePath Gets a relative path to this user-selected file on the client machine.
Public property SourceCreatedDateTime Gets a creation date of this user-selected file.
Public property SourceCreatedDateTimeLocal Gets a local creation date of this user-selected file.
Public property SourceHeight Gets a height of this user-selected file (in pixels) if it is an image.
Public property SourceLastModifiedDateTime Gets a last modification date of this user-selected file.
Public property SourceLastModifiedDateTimeLocal Gets a local last modification date of this user-selected file.
Public property SourceName Gets a name of this user-selected file.
Public property SourceSize Gets a size of this user-selected file in bytes.
Public property SourceWidth Gets a width of this user-selected file (in pixels) if it is an image.
Public property Tag Gets a tag provided to this user-selected file.
Public property VerticalResolution Gets a vertical resolution of this user-selected file (measured in DPI - dots per inches) if it is an image.