AutoEject Property

Summary

Gets or sets the auto eject state.

Syntax
C#
VB
C++
public bool AutoEject { get; set; } 
Public Property AutoEject As Boolean 
public: 
property bool AutoEject { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

A boolean value containing the state for auto eject.

True Eject media when finished.
False Don't automatically eject.

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