ExceptionSetVariableName

Sets the runtime document hierarchy variable to increment upon execution.

Member of namespace

Convert

Syntax

bool ExceptionSetVariableName(string varName)

Parameters

varName
Type: string
The variable to increment. Smart parameters are supported.

Returns

Always True.

Level

Any level.

Details

Sets the variable to increment upon execution.

The default value is @B.ConvertExceptions when the ExceptionSetHandler action is set to use the var variable value.

Example:
ExceptionSetHandler(1)
ExceptionSetVariableName(@B.PDFConvertExceptions)