Discuss this help topic in SecureBlackbox Forum
Specifies MIME media type of the document to be timestamped.
Declaration
[VB.NET]
Property MediaType As String
[Pascal]
property MediaType : string;
[C++]
void get_MediaType(std::string &OutResult);
void set_MediaType(const std::string &Value);
[PHP]
string get_MediaType()
void set_MediaType(string $Value)
[Java]
String getMediaType();
void setMediaType(String Value);
Description
Use this property to specify media type/subtype or other information that may help decide how to open or deal with the timestamped document.
Discuss this help topic in SecureBlackbox Forum