The MediaWriterDiscTypeCode Enumeration is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
Provides the enumeration type for all supported recordable or rewriteable disc types.Visual Basic (Declaration) | |
---|---|
Public Enum MediaWriterDiscTypeCode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaWriterDiscTypeCode |
C# | |
---|---|
public enum MediaWriterDiscTypeCode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class MediaWriterDiscTypeCode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
DiscTypeCDR | Recordable (write once) CD, CD-R. |
DiscTypeCDROM | Read-only CDROM (not recordable). |
DiscTypeCDRW | Rewriteable CD-RW. |
DiscTypeDVDPLUSR | Recordable DVD+R |
DiscTypeDVDPLUSRDL | Recordable DVD+R Dual Layer |
DiscTypeDVDPLUSRW | Rewriteable DVD+RW |
DiscTypeDVDR | Recordable (write once) DVD-R. |
DiscTypeDVDRAM | Rewriteable DVD-RAM. This type of disc is usually housed in a cartridge. |
DiscTypeDVDROM | Read-only DVD-ROM. (not recordable). |
DiscTypeDVDRW | Rewriteable DVD-RW. |
DiscTypeNone | No disc in drive. |
DiscTypeUnknown | Unknown disc type (not recognized). |
System.Object
System.ValueType
System.Enum
Leadtools.MediaWriter.MediaWriterDiscTypeCode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7