PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
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.
 
Int64 Position [get, set]
 The number of bytes written to the disc / image file.
 

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

◆ All

Int64 All
getset

The total number of bytes that will be written.

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