UserPropertyList.Add

Overloads

Add(String, Boolean)Adds a user property to the user PropertyList.
Add(String, Boolean, String)Adds a user property to the user PropertyList.
Add(String, Boolean, String, Boolean)Adds a user property to the user PropertyList.
Add(String, Single)Adds a user property to the user PropertyList.
Add(String, Single, String)Adds a user property to the user PropertyList.
Add(String, Single, String, Boolean)Adds a user property to the user PropertyList.
Add(String, String)Adds a user property to the user PropertyList.
Add(String, String, String)Adds a user property to the user PropertyList.
Add(String, String, String, Boolean)Adds a user property to the user PropertyList.

Add(String, Boolean)

Adds a user property to the user PropertyList.

public void Add(string name, bool value)
Sub Add(name As String, value As Boolean)

Parameters

name
String

Name of the property.

value
Boolean

Value of the property.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String, Boolean, String)

Adds a user property to the user PropertyList.

public void Add(string name, bool value, string format)
Sub Add(name As String, value As Boolean, format As String)

Parameters

name
String

Name of the property.

value
Boolean

Value of the property.

format
String

Format of the property value.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String, Boolean, String, Boolean)

Adds a user property to the user PropertyList.

public void Add(string name, bool value, string format, bool isHidden)
Sub Add(name As String, value As Boolean, format As String, isHidden As Boolean)

Parameters

name
String

Name of the property.

value
Boolean

Value of the property.

format
String

Format of the property value.

isHidden
Boolean

Specifies if attribute is hidden.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String, Single)

Adds a user property to the user PropertyList.

public void Add(string name, float value)
Sub Add(name As String, value As Single)

Parameters

name
String

Name of the property.

value
Single

Value of the property.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String, Single, String)

Adds a user property to the user PropertyList.

public void Add(string name, float value, string format)
Sub Add(name As String, value As Single, format As String)

Parameters

name
String

Name of the property.

value
Single

Value of the property.

format
String

Format of the property value.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String, Single, String, Boolean)

Adds a user property to the user PropertyList.

public void Add(string name, float value, string format, bool isHidden)
Sub Add(name As String, value As Single, format As String, isHidden As Boolean)

Parameters

name
String

Name of the property.

value
Single

Value of the property.

format
String

Format of the property value.

isHidden
Boolean

Specifies if attribute is hidden.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String, String)

Adds a user property to the user PropertyList.

public void Add(string name, string value)
Sub Add(name As String, value As String)

Parameters

name
String

Name of the property.

value
String

Value of the property.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String, String, String)

Adds a user property to the user PropertyList.

public void Add(string name, string value, string format)
Sub Add(name As String, value As String, format As String)

Parameters

name
String

Name of the property.

value
String

Value of the property.

format
String

Format of the property value.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(String, String, String, Boolean)

Adds a user property to the user PropertyList.

public void Add(string name, string value, string format, bool isHidden)
Sub Add(name As String, value As String, format As String, isHidden As Boolean)

Parameters

name
String

Name of the property.

value
String

Value of the property.

format
String

Format of the property value.

isHidden
Boolean

Specifies if attribute is hidden.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

UserPropertyList
ceTe.DynamicPDF

In this topic