Discuss this help topic in SecureBlackbox Forum
Specifies the mimetype as it is used in EPUB and other document formats.
Declaration
[VB.NET]
Property MimeType As String
[Pascal]
property MimeType : string;
[C++]
void get_MimeType(std::string &OutResult);
void set_MimeType(const std::string &Value);
[PHP]
string get_MimeType()
void set_MimeType(string $Value)
[Java]
String getMimeType();
void setMimeType(String Value);
Description
Use this property to specify the mimetype of the Zip-ed directory as it is used in EPUB and other document formats.
Discuss this help topic in SecureBlackbox Forum