XmpValue Class |
Namespace: Aspose.Pdf
The XmpValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmpValue(DateTime) |
Constructor for date time value.
|
![]() | XmpValue(Double) |
Constructor for floating point Value.
|
![]() | XmpValue(Int32) |
Consructor for integer value.
|
![]() | XmpValue(String) |
Constructor for string value.
|
![]() | XmpValue(XmpValue) |
Constructor for array value.
|
Name | Description | |
---|---|---|
![]() | IsArray |
Returns true is XmpValue is array.
|
![]() | IsDateTime |
Returns true if value is DateTime.
|
![]() | IsDouble |
Returns true if value is floating point value.
|
![]() | IsField |
Returns true if XmpValue is field.
|
![]() | IsInteger |
Returns true if value is integer.
|
![]() | IsNamedValue |
Returns true if XmpValue is named value.
|
![]() | IsNamedValues |
Returns true is XmpValue represents named values.
|
![]() | IsString |
Returns true if value is string.
|
![]() | IsStructure |
Returns true is XmpValue represents structure.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToArray |
Returns array.
|
![]() | ToDateTime |
Converts to date time.
|
![]() | ToDouble |
Converts to double.
|
![]() | ToField |
Returns XMP value as XMP field.
|
![]() | ToInteger |
Converts to integer.
|
![]() | ToNamedValue |
Returns XMP value as named value.
|
![]() | ToNamedValues |
Returns XMP value as named value collection.
|
![]() | ToString |
Returs string representation of XmpValue.
(Overrides ObjectToString.) |
![]() | ToString(IFormatProvider) |
Returns string representation.
|
![]() | ToStringValue |
Converts to string.
|
![]() | ToStructure |
Returns XMP value as structure (set of fields).
|
Name | Description | |
---|---|---|
![]() ![]() | (XmpValue to XmpValue) |
Converts XmpValue to array.
|
![]() ![]() | (XmpValue to Object) |
Converts XmpValue into array.
|
![]() ![]() | (XmpValue to String) |
Converts XmpValue into string.
|
![]() ![]() | (XmpValue to KeyValuePairString, XmpValue) | |
![]() ![]() | (XmpValue to KeyValuePairString, XmpValue) | |
![]() ![]() | (DateTime to XmpValue) |
Converts DateTime into XmpValue.
|
![]() ![]() | (Double to XmpValue) |
Converts double into XmpValue.
|
![]() ![]() | (Int32 to XmpValue) |
Converts integer into XmpValue.
|
![]() ![]() | (Object to XmpValue) |
Converts array to XmpValue.
|
![]() ![]() | (String to XmpValue) |
Convers string to XmpValue.
|