XmpData

PngImage.XmpData property

Accesses or modifies the Extensible Metadata Platform (XMP) metadata associated with the image. This property facilitates the extraction, modification, or addition of metadata, enabling comprehensive management of image-related information.

public override XmpPacketWrapper XmpData { get; set; }

Property Value

The XMP metadata.

See Also