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