Discuss this help topic in SecureBlackbox Forum

TElZipWriter.MimeType

TElZipWriter     


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


Specifies 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);
    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