Class XmpSimpleType
- Namespace
- Syncfusion.Pdf.Xmp
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents simple Xmp type.
public class XmpSimpleType : XmpType
- Inheritance
-
XmpSimpleType
- Inherited Members
Properties
Value
Gets or sets value of the instance.
public string Value { get; set; }
Property Value
Methods
CreateEntity()
Creates entity in the parent.
protected override void CreateEntity()
GetBool()
Gets boolean value.
protected bool GetBool()
Returns
- bool
Boolean value.
GetDateTime()
Gets DateTime value.
protected DateTime GetDateTime()
Returns
- DateTime
DateTime value.
GetInt()
Gets int value.
protected int GetInt()
Returns
- int
Int value.
GetReal()
Gets real value.
protected float GetReal()
Returns
- float
Real value.
GetUri()
Gets unique resource identifier value.
protected Uri GetUri()
Returns
- Uri
Uri value.
SetBool(bool)
Sets bool value to the object.
protected void SetBool(bool value)
Parameters
valueboolBool value.
SetDateTime(DateTime)
Sets DateTime value to the object.
protected void SetDateTime(DateTime value)
Parameters
valueDateTimeDateTime value.
SetInt(int)
Sets int value to the object.
protected void SetInt(int value)
Parameters
valueintInt value.
SetReal(float)
Sets real value to the object.
protected void SetReal(float value)
Parameters
valuefloatReal value.
SetUri(Uri)
Sets unique resource identifier value to the object.
protected void SetUri(Uri value)
Parameters
valueUriUri value.