IImageData
ContentType Property
|
Gets a MIME type of an image, encoded in
Data
.
Read-only
String
.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
string ContentType { get; }
ReadOnly Property ContentType As String
Get
property String^ ContentType {
String^ get ();
}
abstract ContentType : string with get
Property Value
Type:
String
See Also