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

Provides an interface for setting the properties of ISO volumes. More...

Properties

string AbstractFile [get, set]
 The file that contains the disc contents abstract. More...
 
string Application [get, set]
 The name of the application that was used to create the disc. More...
 
string BibliographicFile [get, set]
 The file that contains the disc bibliographic information. More...
 
string CopyrightFile [get, set]
 The file that contains the disc copyright notice. More...
 
DateTime CreationTime [get, set]
 Volume creation time (UTC) More...
 
string DataPreparer [get, set]
 The name of the entity which prepared the disc data. More...
 
bool DotAppendedToNames [get, set]
 Indicates that a trailing dot should be added to ISO filenames that do not have a dot. More...
 
string Publisher [get, set]
 The disc publisher name. More...
 
string SystemID [get, set]
 Specifies the operating system on which the image will be used. More...
 
bool VersionAppendedToNames [get, set]
 Indicates that the string ';1 ' should be added to ISO filenames. More...
 
string VolumeLabel [get, set]
 The image volume label. More...
 
string VolumeSet [get, set]
 The disc set name. More...
 

Detailed Description

Provides an interface for setting the properties of ISO volumes.

See Also
DataDisc.IsoVolumeProps

Property Documentation

string AbstractFile
getset

The file that contains the disc contents abstract.

A filename that follows the 8 + 3 rule. The file must be placed in the root directory of the disc. Only capital letters from A to Z, digits from 0 to 9, and the following special characters: "&!')(=*+,-/:;><?_. (blank) are allowed.

string Application
getset

The name of the application that was used to create the disc.

A string with maximum length of 128 characters or a filename. The filename must start with underscore ( _ ) and follows the 8 + 3 rule. The file must be placed in the root directory of the disc. Only capital letters from A to Z, digits from 0 to 9, and the following special characters: "&!')(=*+,-/:;><?_. (blank) are allowed.

string BibliographicFile
getset

The file that contains the disc bibliographic information.

A filename that follows the 8 + 3 rule. The file must be placed in the root directory of the disc. Only capital letters from A to Z, digits from 0 to 9, and the following special characters: "&!')(=*+,-/:;><?_. (blank) are allowed.

string CopyrightFile
getset

The file that contains the disc copyright notice.

A filename that follows the 8 + 3 rule. The file must be placed in the root directory of the disc. Only capital letters from A to Z, digits from 0 to 9, and the following special characters: "&!')(=*+,-/:;><?_. (blank) are allowed.

DateTime CreationTime
getset

Volume creation time (UTC)

The time is set as coordinated universal time (UTC), formerly known as Greenwich Mean Time (GMT).

string DataPreparer
getset

The name of the entity which prepared the disc data.

A string with maximum length of 128 characters or a filename. The filename must start with underscore ( _ ) and follows the 8 + 3 rule. The file must be placed in the root directory of the disc. Only capital letters from A to Z, digits from 0 to 9, and the following special characters: "&!')(=*+,-/:;><?_. (blank) are allowed.

bool DotAppendedToNames
getset

Indicates that a trailing dot should be added to ISO filenames that do not have a dot.

The default value is true.

The dot is a mandatory part of the filename according to ISO9660. However in some cases like bootable discs for Windows you may need to disable this feature to make the disc compatible with the boot loader.

string Publisher
getset

The disc publisher name.

A string with maximum length of 128 characters or a filename. The filename must start with underscore ( _ ) and follows the 8 + 3 rule. The file must be placed in the root directory of the disc. Only capital letters from A to Z, digits from 0 to 9, and the following special characters: "&!')(=*+,-/:;><?_. (blank) are allowed.

string SystemID
getset

Specifies the operating system on which the image will be used.

The maximum length allowed for the system ID is 32 characters for ISO9660 images and 16 characters for Joliet images. Only capital letters from A to Z, digits from 0 to 9, and the following special characters: "&!')(=*+,-/:;><?_. (blank) are allowed.

bool VersionAppendedToNames
getset

Indicates that the string ';1 ' should be added to ISO filenames.

The default value is true.

The string ';1 ' is the "file version" and according to ISO9660 is a mandatory part of the filename. However in some cases like bootable discs for Windows you may need to disable this feature to make the disc compatible with the boot loader.

string VolumeLabel
getset

The image volume label.

The maximum length allowed for the volume label is 32 characters. Only capital letters from A to Z, digits from 0 to 9, and the special character _ (underscore) are allowed.

string VolumeSet
getset

The disc set name.

A string with maximum length of 128 characters. Only capital letters from A to Z, digits from 0 to 9, and the special character _ (underscore) are allowed.