XmpData

JpegImage.XmpData property

Handle XMP metadata with this property, enabling seamless integration of descriptive information into the image file. Whether you’re extracting existing XMP metadata or updating it with new information, this property simplifies the management of extended metadata, ensuring compatibility with various applications and workflows.

public override XmpPacketWrapper XmpData { get; set; }

Property Value

The XMP metadata.

See Also