XmpInteger Constructor (Int32) |
Initializes a new instance of the
XmpInteger class.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic XmpInteger(
int value
)
Public Sub New (
value As Integer
)
public:
XmpInteger(
int value
)
new :
value : int -> XmpInteger
Parameters
- value
- Type: SystemInt32
The value.
See Also