Comments

Jpeg2000Image.Comments property

This property allows for retrieving or updating the comments associated with the image. Comments provide additional information about the image content, such as annotations, descriptions, or metadata. Modifying these comments can be useful for organizing and categorizing images, as well as conveying important details to viewers or users.

public string[] Comments { get; set; }

Property Value

The comments.

See Also