←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly