This is the host for receiving raw image file data. You can copy image files verbatim into this host.
In addition to the methods inherited from ILITHost, the ILITImageHost interface exposes the following methods.
Method | Description |
GetId | Returns the manifest ID of the item being parsed. |
GetFilename | Returns the filename of the item being parsed. |
GetMimeType | Returns the mime type of the item being parsed. |
Write | Receives the raw bytes of the image file. |
© 2000 Microsoft Corporation. All rights reserved. Terms of use.