Click or drag to resize

Jp2EncoderUuidBoxes Property

Gets or sets UuidBox metadata to be stored in the encoded image.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public UuidBoxCollection UuidBoxes { get; set; }

Property Value

Type: UuidBoxCollection
Exceptions
ExceptionCondition
AtalasoftLicenseException Thrown if the current license is not Professional.
Remarks
This property holds UUIDs with associated data in a JPEG2000 format file. See ISO/IEC CD15444-1, Information technology - JPEG2000 image coding system, for more information.
See Also