XmpValue Class
Represents XMP value
Inheritance Hierarchy
SystemObject
  Aspose.PdfXmpValue

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class XmpValue

The XmpValue type exposes the following members.

Constructors
  NameDescription
Public methodXmpValue(DateTime)
Constructor for date time value.
Public methodXmpValue(Double)
Constructor for floating point Value.
Public methodXmpValue(Int32)
Consructor for integer value.
Public methodXmpValue(String)
Constructor for string value.
Public methodXmpValue(XmpValue)
Constructor for array value.
Properties
  NameDescription
Public propertyIsArray
Returns true is XmpValue is array.
Public propertyIsDateTime
Returns true if value is DateTime.
Public propertyIsDouble
Returns true if value is floating point value.
Public propertyIsField
Returns true if XmpValue is field.
Public propertyIsInteger
Returns true if value is integer.
Public propertyIsNamedValue
Returns true if XmpValue is named value.
Public propertyIsNamedValues
Returns true is XmpValue represents named values.
Public propertyIsString
Returns true if value is string.
Public propertyIsStructure
Returns true is XmpValue represents structure.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToArray
Returns array.
Public methodToDateTime
Converts to date time.
Public methodToDouble
Converts to double.
Public methodToField
Returns XMP value as XMP field.
Public methodToInteger
Converts to integer.
Public methodToNamedValue
Returns XMP value as named value.
Public methodToNamedValues
Returns XMP value as named value collection.
Public methodToString
Returs string representation of XmpValue.
(Overrides ObjectToString.)
Public methodToString(IFormatProvider)
Returns string representation.
Public methodToStringValue
Converts to string.
Public methodToStructure
Returns XMP value as structure (set of fields).
Operators
  NameDescription
Public operatorStatic member(XmpValue to XmpValue)
Converts XmpValue to array.
Public operatorStatic member(XmpValue to Object)
Converts XmpValue into array.
Public operatorStatic member(XmpValue to String)
Converts XmpValue into string.
Public operatorStatic member(XmpValue to KeyValuePairString, XmpValue)
Public operatorStatic member(XmpValue to KeyValuePairString, XmpValue)
Public operatorStatic member(DateTime to XmpValue)
Converts DateTime into XmpValue.
Public operatorStatic member(Double to XmpValue)
Converts double into XmpValue.
Public operatorStatic member(Int32 to XmpValue)
Converts integer into XmpValue.
Public operatorStatic member(Object to XmpValue)
Converts array to XmpValue.
Public operatorStatic member(String to XmpValue)
Convers string to XmpValue.
See Also