Description

Add a PNSetting object into the IList collection of PNSetting objects.. You can add any number of settings into the collection. If the same setting is added more than once, the last setting in the collection is the one that will be used.

Syntax

expression.AddSetting(setting)

where expression is a PNConvertFileInfo object.

Parameters

PNSetting setting

The setting to add.

See Also:

PNConvertFileInfo PNSetting