Description

A PNSetting class defines a name/value pair that describes a conversion setting. The name\value pairs that can be used are the same settings that are used to create the XML-formatted profiles included with Document Conversion Service. See Conversion Settings for a list of all of the settings that are available.

The PNSetting class is used to hold collections of settings in the following classes: PNConversionItem, PNConvertFileInfo and PNProfile.

Methods

Public Method   PNSetting

Initializes a new instance of a PNSetting object.

Properties

Public Property   Name

Gets or sets the name in the name/value pair.

Public Property   Value

Gets or sets the value in the name/value pair.