Aspose::Pdf::BatesNArtifact::set_NumberOfDigits method

BatesNArtifact::set_NumberOfDigits method

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.

void Aspose::Pdf::BatesNArtifact::set_NumberOfDigits(int32_t value)

See Also