Aspose::Pdf::PageCollectionExtensions::AddBatesNumbering method
Contents
[
Hide
]PageCollectionExtensions::AddBatesNumbering(System::SharedPtr<PageCollection>, System::Action<System::SharedPtr<BatesNArtifact>>) method
Adds Bates numbering to each page in the given page collection using the specified action to configure the BatesNArtifact.
static void Aspose::Pdf::PageCollectionExtensions::AddBatesNumbering(System::SharedPtr<PageCollection> pageCollection, System::Action<System::SharedPtr<BatesNArtifact>> action)
| Parameter | Type | Description |
|---|---|---|
| pageCollection | System::SharedPtr<PageCollection> | The collection of pages to which the Bates numbering will be added. |
| action | System::Action<System::SharedPtr<BatesNArtifact>> | An action to configure the BatesNArtifact before adding it to each page. |
See Also
- Typedef SharedPtr
- Class PageCollection
- Typedef Action
- Class BatesNArtifact
- Class PageCollectionExtensions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
PageCollectionExtensions::AddBatesNumbering(System::SharedPtr<PageCollection>, System::SharedPtr<BatesNArtifact>) method
Adds the specified Bates numbering artifact to each page in the given page collection.
static void Aspose::Pdf::PageCollectionExtensions::AddBatesNumbering(System::SharedPtr<PageCollection> pageCollection, System::SharedPtr<BatesNArtifact> artifact)
| Parameter | Type | Description |
|---|---|---|
| pageCollection | System::SharedPtr<PageCollection> | The collection of pages to which the Bates numbering artifact will be added. |
| artifact | System::SharedPtr<BatesNArtifact> | The BatesNArtifact instance to be added to each page. |
See Also
- Typedef SharedPtr
- Class PageCollection
- Class BatesNArtifact
- Class PageCollectionExtensions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++