PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
DiscArchiveFooterSizeEventArgs Class Reference

Contains the parameters of the DiscArchive.OnFooterSize event. More...

Inherits EventArgs.

Properties

Int64 Size [get, set]
 Gets/sets the size in bytes of the archive footer.
 

Detailed Description

Contains the parameters of the DiscArchive.OnFooterSize event.

See also
DiscArchive.OnFooterSize

Property Documentation

◆ Size

Int64 Size
getset

Gets/sets the size in bytes of the archive footer.

Set this value to the expected size of the footer content on the target medium. The default value is -1 which means that DiscLayout will use the layout size based on the footer set to the DiscArchive object (DiscArchive.Footer) before the call of DiscArchive.PrepareLayout method.