Click or drag to resize

Jpeg2000EncoderUuidInfoBoxes Property

Gets or sets UuidInfoBox 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 UuidInfoBoxCollection UuidInfoBoxes { get; set; }

Property Value

Type: UuidInfoBoxCollection
Exceptions
ExceptionCondition
AtalasoftLicenseException Thrown if the current license is not Professional.
Remarks
This property associates a URL with a list of UUIDs. The URL points to information describing the usage and format of the listed UUIDs. See ISO/IEC CD15444-1, Information technology - JPEG2000 image coding system, for more information.
See Also