PrimoBurner for .NET
5.0
CD, DVD and Blu-ray Software Development Kit
|
Provides an interface for setting the properties of ISO volumes. More...
Properties | |
string | AbstractFile [get, set] |
The file that contains the disc contents abstract. | |
string | Application [get, set] |
The name of the application that was used to create the disc. | |
string | BibliographicFile [get, set] |
The file that contains the disc bibliographic information. | |
string | CopyrightFile [get, set] |
The file that contains the disc copyright notice. | |
DateTime | CreationTime [get, set] |
Volume creation time (UTC) | |
string | DataPreparer [get, set] |
The name of the entity which prepared the disc data. | |
bool | DotAppendedToNames [get, set] |
Indicates that a trailing dot should be added to ISO filenames that do not have a dot. | |
string | Publisher [get, set] |
The disc publisher name. | |
string | SystemID [get, set] |
Specifies the operating system on which the image will be used. | |
bool | VersionAppendedToNames [get, set] |
Indicates that the string ';1 ' should be added to ISO filenames. | |
string | VolumeLabel [get, set] |
The image volume label. | |
string | VolumeSet [get, set] |
The disc set name. | |
Provides an interface for setting the properties of ISO volumes.
|
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.
|
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.
|
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.
|
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.
|
getset |
Volume creation time (UTC)
The time is set as coordinated universal time (UTC), formerly known as Greenwich Mean Time (GMT).
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.