Leadtools.MediaWriter Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.0.01.14
TestBurnDisc Method
See Also 
Leadtools.MediaWriter Namespace > MediaWriterDrive Class : TestBurnDisc Method



discProps
A disc properties object created by MediaWriterDrive.CreateDisc

The TestBurnDisc Method is available in LEADTOOLS Document and Medical Imaging toolkits.

discProps
A disc properties object created by MediaWriterDrive.CreateDisc
Performs a write test verifying the input folder or .ISO file specified.

Syntax

Visual Basic (Declaration) 
Public Sub TestBurnDisc( _
   ByVal discProps As MediaWriterDisc _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaWriterDrive
Dim discProps As MediaWriterDisc
 
instance.TestBurnDisc(discProps)
C# 
public void TestBurnDisc( 
   MediaWriterDisc discProps
)
C++/CLI 
public:
void TestBurnDisc( 
   MediaWriterDisc^ discProps
) 

Parameters

discProps
A disc properties object created by MediaWriterDrive.CreateDisc

Remarks

No data is written to the disc during the test. This function might be used to verify the data to be burned. The write tests are not supported for media of type DVD+RW. NOTE: Do not call this function when MediaWriterDrive.CurrentDiscType indicates the current disk is of type LTDVDBurner_DiscType_DVDPLUSRW. If an error occurs a Win32Exception will be thrown. Please Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.MediaWriter requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features