The InfigoBatchRunData type exposes the following members.

Constructors

  NameDescription
InfigoBatchRunData
Constructs a new parameter object with the default settings. Please make sure to setup the path values properly before using it.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsValid
Checks if the parameter (output directory/file name) are set properly for the given type.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AllowRichTextFormats
This this flag to true to allow Infigo Richtext format tags in the input data. Usually, the data will be treated unformated and the format tag identifier are automatically escaped. If the input data does actually contain format tags, this flag can remove the automatic escape mechanism and keep the data intact.
CreateArchive
This this flag to true in order to pack the PDF and PPML file into a single archive (this flag is no effect for any other output types than PPML).
FilePraefix
The file praefix will will be added to the output files in multi file output mode.
NamingOrdinals
An optional list of column ordinal numbers used for naming the output files (in multi file output mode only). The corresponding record data will be added to the file name in the same order in which they appear in this list.
NumberOfRecordsPerFile
This number is used for the X_RECORDS output mode and determines how many records are written into a single PDF file.
OutputDirectory
The destination path to the output directory, which is used for the multi file output modes.
OutputFormat
The output format to be used (See InfigoBatchRunData..::.InfigoOutputType). Please note that PPML is only valid for single file outputs.
RemoveBackground
Set this to true to remove any static background in the PDF file. Only the variable parts will remain. This can be used to overprint the data on preprinted sheets.
SingleOutputFile
The destination path to the output file, which is used for the SINGLE_FILE mode.
Type
The batch mode to use (see InfigoBatchRunData..::.InfigoBatchType).
Validate
This flag controls if the input data should be validated by the constraints setup in the template (e.g. data type, character counts, max lines, email, etc.). If validation is switched on, any record which does not satisfy the template constraints will be refused.

See Also