XmpGuid constructor
init
Initializes a new instance of the XmpGuid
class.
def __init__(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The value. |
Exceptions
Exception | Description |
---|---|
ArgumentNullException | Value could not be null. |
ArgumentException | Invalid GUID value. |
init
Constructs a new instance of XmpGuid
def __init__(self, value):
...
Parameter | Type | Description |
---|---|---|
value | Guid |
See Also
- module
groupdocs.metadata.standards.xmp
- class
XmpGuid