ResetMediaType Method

Summary

This method allows you to reset the entire media type (format buffer, type, subtype, etc).

Syntax
C#
VB
C++
public void ResetMediaType() 
Public Sub ResetMediaType()  
public: 
void ResetMediaType();  

Remarks

This method allows you to reset the entire media type (format buffer, type, subtype, etc). All the values set through any MediaType properties are reset to defaults. You would typically call this method if you want to start building the media type all over without freeing the existing interface and recreating a new one.

Requirements

Target Platforms

See Also

Reference

MediaType Class

MediaType Members

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly