←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly