Aspose::Pdf::BatesNArtifact class
Contents
[
Hide
]BatesNArtifact class
Class describes Bates Numbering artifact.
class BatesNArtifact : public Aspose::Pdf::PaginationArtifact
Methods
| Method | Description |
|---|---|
| BatesNArtifact() | Initializes a new instance of the BatesNArtifact class. This constructor is internal and creates a header artifact instance with default values. |
| get_NumberOfDigits() const | Gets 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() const | Gets the prefix to be added to the Bates number. |
| get_StartNumber() const | Gets 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() const | Gets 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
- Class PaginationArtifact
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++