Aspose::Pdf::BatesNArtifact class

BatesNArtifact class

Class describes Bates Numbering artifact.

class BatesNArtifact : public Aspose::Pdf::PaginationArtifact

Methods

MethodDescription
BatesNArtifact()Initializes a new instance of the BatesNArtifact class. This constructor is internal and creates a header artifact instance with default values.
get_NumberOfDigits() constGets 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.
get_Prefix() constGets the prefix to be added to the Bates number.
get_StartNumber() constGets the starting number for Bates numbering. The value must be greater than or equal to 1. If a value less than 1 is set, it will be adjusted to 1.
get_Suffix() constGets the suffix to be added to the Bates number.
set_NumberOfDigits(int32_t)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.
set_Prefix(System::String)Sets the prefix to be added to the Bates number.
set_StartNumber(int32_t)Sets the starting number for Bates numbering. The value must be greater than or equal to 1. If a value less than 1 is set, it will be adjusted to 1.
set_Suffix(System::String)Sets the suffix to be added to the Bates number.

See Also