SetNamePattern

Changes the default naming pattern for the converted files.

Member of namespace

Convert

Syntax

bool SetNamePattern(string PatternType)

Parameters

PatternType
Type: string
A single positive numeric value.

Parameters

Value of 1 or 2.
  • 1: Uses the default AlphaDecimal pattern, which consists of 4 pairs of 2 characters from 01 to ZZ.
  • 2: Uses a TMxxxxxx pattern where xxxxxx is a number from 000001 to 999999.

Returns

True, if the setting is successful.

False, if the setting is rejected.

Level

Any level.

Details

Changes the default naming pattern for the converted files.
Example:
SetNamePattern(2)