The IEmbeddedDocumentBinaryObject type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ReadFromFile |
Reads data from file and sets the data and mime types. If an error occurs, it is reported in the .
| |
| WriteToFile |
Write data to file.
|
Properties
| Name | Description | |
|---|---|---|
| CharacterSetCode |
Character Set (string). The character set of the binary object if the mime type is text.
| |
| EncodingCode |
Encoding (string). Specifies the decoding algorithm of the binary object.
| |
| Filename |
Filename (string). The filename of the binary object.
| |
| Format |
Format (string). The format of the binary content.
| |
| MimeCode |
Mime (string). The mime type of the binary object.
| |
| Uri |
Uniform Resource Identifier (string). The Uniform Resource Identifier that identifies where the binary object is located.
| |
| Value |
The value of the type BinaryObjectType. See documentation on the parent field.
|