DicomXmpEntry constructor

init

Creates Xmp entry for DICOM image.

def __init__(self, type, value):
    ...
Parameter Type Description
type groupdocs.signature.options.DicomXmpType Entry type
value System.String Entry value

See Also