State Property

Summary

Variable containing the current state of the writable drive operation.

Syntax
C#
VB
C++
public MediaWriterState State { get; } 
Public ReadOnly Property State As MediaWriterState 
public: 
property MediaWriterState State { 
   MediaWriterState get(); 
} 

Property Value

The state of the current drive.

Remarks

For the list of possible progress states, please see MediaWriterState.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly