FileSpecification Properties |
The FileSpecification type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contents |
Gets or sets contents file.
This property returns data loaded in memory which may cause Out of memory exception for large data.
To decrease memory usage please use StreamContents.
|
![]() | Description |
Gets or sets text associated with the file specification.
|
![]() | Encoding |
Gets or sets encoding format.
Possible values: Zip - file is compressed with ZIP,
None - file is not compressed.
|
![]() | FileSystem |
Gets or sets name of the file system.
|
![]() | IncludeContents |
If true, contents of the file will be included in the file specification.
|
![]() | MIMEType |
Gets subtype of the embedded file
|
![]() | Name |
Gets or sets file specification name.
|
![]() | Params |
Gets file paramteres.
|
![]() | StreamContents |
Gets contents of file as stream.
Contents is not loaded into memory which allows to decrease memory usage.
But this stream does not support positioning and Length property. If you need this features please use Contents property instead.
|
![]() | UnicodeName |
Gets or sets file specification unicode name.
|