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