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

Contains the parameters of the DiscLayout.OnProgress event. More...

Inherits EventArgs.

Properties

int All [get, set]
 The total number of blocks that will be written from the layout. More...
 
int Current [get, set]
 The number of blocks that are already written from the layout. More...
 

Detailed Description

Contains the parameters of the DiscLayout.OnProgress event.

See Also
DiscLayout.OnProgress

Property Documentation

int All
getset

The total number of blocks that will be written from the layout.

This is always the size of the image layout in blocks.

See Also
DiscLayout.ImageSize
int Current
getset

The number of blocks that are already written from the layout.