The MediaWriterDisc Class is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
The disc properties object to be used by a MediaWriterDrive operation.
| Visual Basic (Declaration) | |
|---|---|
Public Class MediaWriterDisc Implements IDisposable  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As MediaWriterDisc  | |
| C# | |
|---|---|
public class MediaWriterDisc : IDisposable  | |
| C++/CLI | |
|---|---|
public ref class MediaWriterDisc : public IDisposable  | |
For an example, refer to MediaWriterDrive.BurnDisc example. 
            
 
            
            This is the properties object that contains all the related settings for burning media discs.
            System.Object
   Leadtools.MediaWriter.MediaWriterDisc
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                    
Copy Code