PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
DataDiscFileStatusEventArgs Class Reference

Provides data for the DataDisc.OnFileStatus> event. More...

Inherits EventArgs.

Properties

string FileName [get, set]
 The full path to the current source file. More...
 
Int32 FileNumber [get, set]
 The current file number. More...
 
Int32 PercentWritten [get, set]
 The percentage of the file data written to the disc / image file. More...
 

Detailed Description

Provides data for the DataDisc.OnFileStatus> event.

A DataDisc.OnFileStatus event is raised to report the burning progress of individual files.

See Also
DataDisc.OnFileStatus

Property Documentation

string FileName
getset

The full path to the current source file.

Int32 FileNumber
getset

The current file number.

Int32 PercentWritten
getset

The percentage of the file data written to the disc / image file.