FileSpecification Properties

The FileSpecification type exposes the following members.

Properties
  NameDescription
Public propertyContents
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.
Public propertyDescription
Gets or sets text associated with the file specification.
Public propertyEncoding
Gets or sets encoding format. Possible values: Zip - file is compressed with ZIP, None - file is not compressed.
Public propertyFileSystem
Gets or sets name of the file system.
Public propertyIncludeContents
If true, contents of the file will be included in the file specification.
Public propertyMIMEType
Gets subtype of the embedded file
Public propertyName
Gets or sets file specification name.
Public propertyParams
Gets file paramteres.
Public propertyStreamContents
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.
Public propertyUnicodeName
Gets or sets file specification unicode name.
See Also