Description

The PNConvertFileInfo class describes a single input file to be converted, the output path for that file and an optional collection of settings to use when converting the file. It is used to pass collections of files to the ConvertFileList method to be converted.

Methods

Public Method   PNConvertFileInfo

Initializes a new instance of the PNConvertFileInfo object.

Public Method   AddSetting

Adds a setting to a PNConvertFileInfo object.

Properties

Public Property   InputFile

Gets or sets the full path to the input file to be converted.

Public Property   OutputPath

Gets or sets the full path to the output folder in which to save the new file.

Public Property   Settings

Optional. A collection of conversion settings that will apply only to this file.