The UploadedFile type exposes the following members.
Name | Description | |
---|---|---|
Angle | Gets a rotation angle of this user-selected file (measured in degrees clockwise). | |
ConvertedFiles | Gets an array of converted files created for this user-selected file. | |
Description | Gets a user-provided description of this user-selected file. | |
HorizontalResolution | Gets a horizontal resolution of this user-selected file (measured in DPI - dots per inches) if it is an image. | |
Index | Gets index of this user-selected file within a package. | |
Package | Gets a Package instance related to this user-selected file. | |
RelativePath | Gets a relative path of this file when it is uploaded as a part of a folder. | |
SourceCreatedDateTime | Gets a creation date of this user-selected file. | |
SourceCreatedDateTimeLocal | Gets a local creation date of this user-selected file. | |
SourceHeight | Gets height of this user-selected file (in pixels) if it is an image. | |
SourceLastModifiedDateTime | Gets a last modification date of this user-selected file. | |
SourceLastModifiedDateTimeLocal | Gets a local last modification date of this user-selected file. | |
SourceName | Gets a name of this user-selected file. | |
SourceSize | Gets a size of this user-selected file in bytes. | |
SourceWidth | Gets width of this user-selected file (in pixels) if it is an image. | |
VerticalResolution | Gets a vertical resolution of this user-selected file (measured in DPI - dots per inches) if it is an image. |