←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#
C++/CLI
public bool ReserveCDTrackOnWriting { 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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.