The IEmbeddedDocumentBinaryObject type exposes the following members.

Methods

  NameDescription
Public methodReadFromFile
Reads data from file and sets the data and mime types. If an error occurs, it is reported in the .
Public methodWriteToFile
Write data to file.

Properties

  NameDescription
Public propertyCharacterSetCode
Character Set (string). The character set of the binary object if the mime type is text.
Public propertyEncodingCode
Encoding (string). Specifies the decoding algorithm of the binary object.
Public propertyFilename
Filename (string). The filename of the binary object.
Public propertyFormat
Format (string). The format of the binary content.
Public propertyMimeCode
Mime (string). The mime type of the binary object.
Public propertyUri
Uniform Resource Identifier (string). The Uniform Resource Identifier that identifies where the binary object is located.
Public propertyValue
The value of the type BinaryObjectType. See documentation on the parent field.

See Also