XmpInteger
XmpInteger(long)
Initializes a new instance of the XmpInteger
class.
public XmpInteger(long value)
Parameter | Type | Description |
---|---|---|
value | Int64 | The value. |
See Also
- class XmpInteger
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata
XmpInteger(int)
Initializes a new instance of the XmpInteger
class.
public XmpInteger(int value)
Parameter | Type | Description |
---|---|---|
value | Int32 | The value. |
See Also
- class XmpInteger
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata
XmpInteger(string)
Initializes a new instance of the XmpInteger
class.
public XmpInteger(string value)
Parameter | Type | Description |
---|---|---|
value | String | String value contained integer. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Value could not be null. |
ArgumentException | Invalid string value. |
See Also
- class XmpInteger
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata