| Visual Basic (Declaration) | |
|---|---|
Public Function GetListOfMimeTypes() As String() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string[] GetListOfMimeTypes() | |
| C++/CLI | |
|---|---|
public: array<String^>^ GetListOfMimeTypes(); | |
Return Value
a list of MIME types for the "List of MIME Types" (0042,0014) element.For an example, refer to DicomDataSet.SetEncapsulatedDocument.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code