Jp2EncoderXmlBoxes Property |
Gets or sets XML metadata to be stored with the 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 string[] XmlBoxes { get; set; }
Public Property XmlBoxes As String()
Get
Set
Property Value
Type:
StringExceptions Remarks In Jp2 format file, note that the XML data is not checked for XML compliance or parsed by the library.
Adobe XMP data can be stored in this box. See
ISO/IEC CD15444-1,
Information technology - JPEG2000 image coding system, for more information.
See Also