Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

MimeType Property (Document)

Show in webframe
Gets the MIME type of the document.
Syntax
get_mimeType();
set_mimeType(value);
Object.defineProperty('mimeType');

Property Value

TypeDescription
stringThe MIME type of the document.
Remarks

When this document is loaded using LoadFromUri, then the value of MimeType will be parsed by the framework and set automatically. It will be the MIME of the original document file. For example, "application/pdf" for PDF documents, "image/tiff" for TIFF files, etc.

Example

For an example, refer to LoadFromUri.

See Also

Reference

Document Object
Document Members

Error processing SSI file