Click or drag to resize

Jpeg2000EncoderIPData Property

Gets or sets intellectual property rights data to be encoded 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 IPData { get; set; }

Property Value

Type: String
Remarks
Note that the IP data is not checked or parsed by the library. See ISO/IEC CD15444-1, Information technology - JPEG2000 image coding system, for more information.
See Also