1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Options
  6. /
  7. DicomXmpEntry

DicomXmpEntry

DicomXmpEntry class

Entry of XMP data for DICOM images (.dcm).

public sealed class DicomXmpEntry

Constructors

Name Description
DicomXmpEntry(DicomXmpType, string) Creates Xmp entry for DICOM image.

Properties

Name Description
Type { get; } Entry type.
Value { get; } Entry value.

Methods

Name Description
override ToString() Get Xmp entry textual representation.

See Also