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

Provides data for the DataDisc.OnProgress event. More...

Inherits EventArgs.

Properties

Int64 All [get, set]
 The total number of bytes that will be written. More...
 
Int64 Position [get, set]
 The number of bytes written to the disc / image file. More...
 

Detailed Description

Provides data for the DataDisc.OnProgress event.

A DataDisc.OnProgress event is raised to report the number of bytes written to a disc or image file.

See Also
DataDisc.OnProgress

Property Documentation

Int64 All
getset

The total number of bytes that will be written.

This is always the size of the data image in bytes.

Int64 Position
getset

The number of bytes written to the disc / image file.