Discuss this help topic in SecureBlackbox Forum

TElZipReader.MimeType

TElZipReader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the mimetype as it is used in EPUB and other document formats.

Declaration

[C#]
    string MimeType;

[VB.NET]
    Property MimeType As String

[Pascal]
    property MimeType : string;

[C++]
    void get_MimeType(std::string &OutResult);

[PHP]
    string get_MimeType()

[Java]
    String getMimeType();

Description

    Use this property to get the mimetype of the Zip-ed directory as it is used in EPUB and other document formats.

See also:     Directory    

Discuss this help topic in SecureBlackbox Forum