BatesNArtifact.NumberOfDigits

BatesNArtifact.NumberOfDigits property

Gets or sets the number of digits for Bates numbering. The value must be between 3 and 15 inclusive. If a value less than 3 is set, it will be adjusted to 3. If a value greater than 15 is set, it will be adjusted to 15. The default value is 6.

public int NumberOfDigits { get; set; }

See Also