Table of Contents

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

string

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

value bool

Bool value.

SetDateTime(DateTime)

Sets DateTime value to the object.

protected void SetDateTime(DateTime value)

Parameters

value DateTime

DateTime value.

SetInt(int)

Sets int value to the object.

protected void SetInt(int value)

Parameters

value int

Int value.

SetReal(float)

Sets real value to the object.

protected void SetReal(float value)

Parameters

value float

Real value.

SetUri(Uri)

Sets unique resource identifier value to the object.

protected void SetUri(Uri value)

Parameters

value Uri

Uri value.