←Select platform

ReserveCDTrackOnWriting Property

Summary

Gets or sets a value that indicates whether reserving the CD track is enabled before writing on the media.

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

Property Value

A boolean value containing the state for reserve CD track on writing.

True Reserve CD track's size before performing the write operation.
False Do not reserve CD track's size before performing the write operation.

Remarks

Reserving CD track On writing allows reservation of disc space for logical track.

Some drives expect this reservation when write operation is issued, especially if there is a need to perform overburning.

This property is supported only for media of types CD, CD-R and CD-RW.

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