Jpeg2000EncoderUuidBoxes 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; }
Public Property UuidBoxes As UuidBoxCollection
Get
Set
Property Value
Type:
UuidBoxCollectionExceptions 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