Metadata

OdImage.Metadata property

Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files, facilitating various operations such as extraction, modification, or analysis of metadata.

public OdMetadata Metadata { get; }

Property Value

The metadata.

See Also