Jp2EncoderUuidInfoBoxes 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; }
Public Property UuidInfoBoxes As UuidInfoBoxCollection
Get
Set
Property Value
Type:
UuidInfoBoxCollectionExceptions 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