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

Provides information about the overall progress of the copy process (image creation/burning). More...

Inherits EventArgs.

Properties

Int32 All [get, set]
 The total number of blocks that will be written to/read from the processed medium. More...
 
Int32 Position [get, set]
 The number of blocks that are already written on/read from the processed medium. More...
 

Detailed Description

Provides information about the overall progress of the copy process (image creation/burning).

See Also
DiscCopy.OnProgress

Property Documentation

Int32 All
getset

The total number of blocks that will be written to/read from the processed medium.

Int32 Position
getset

The number of blocks that are already written on/read from the processed medium.