ImageGear .NET
MIMEType Property




Gets the MIME Media Type associated with the format.
Syntax
'Declaration
 
ReadOnly Property MIMEType As String
'Usage
 
Dim instance As IImGearFormat
Dim value As String
 
value = instance.MIMEType
string MIMEType {get;}
__property string* get_MIMEType();
property String^ MIMEType {
   String^ get();
}

Property Value

String containing the format's MIME Type.
Remarks
This property provides the MIME Media Type assiciated with the format, such as "image/jpeg", "image/tiff", etc.
See Also

Reference

IImGearFormat Interface
IImGearFormat Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback