The Description Property is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
Description string for the related event state.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Description As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MediaWriterDevNotifyEventArgs Dim value As String value = instance.Description | |
| C# | |
|---|---|
public string Description {get;} | |
Property Value
Description string for the related event state.This string is reported from the MediaWriter engine and related to device removal (ejects) and device arrival (media inserts)
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