DiscTypes Property

Summary

The list of supported disc types for the drive.

Syntax
C#
VB
C++
public List<MediaWriterDiscType> DiscTypes { get; } 
Public ReadOnly Property DiscTypes As List(Of MediaWriterDiscType) 
public: 
property List<MediaWriterDiscType^>^ DiscTypes { 
   List<MediaWriterDiscType^>^ get(); 
} 

Property Value

The list of supported disc types for the drive.

Remarks

Most rewritable drives will support a number of writeable media discs. For the list of possible types that can be supported, please see MediaWriterDiscTypeCode

Requirements

Target Platforms

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

Leadtools.MediaWriter Assembly