CustomPropertyList.Add

Adds custom properties to the document custom property list.

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:

See Also

CustomPropertyList
ceTe.DynamicPDF

In this topic