Aspose::Pdf::PageCollectionExtensions::AddBatesNumbering method

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)
ParameterTypeDescription
pageCollectionSystem::SharedPtr<PageCollection>The collection of pages to which the Bates numbering will be added.
actionSystem::Action<System::SharedPtr<BatesNArtifact>>An action to configure the BatesNArtifact before adding it to each page.

See Also

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)
ParameterTypeDescription
pageCollectionSystem::SharedPtr<PageCollection>The collection of pages to which the Bates numbering artifact will be added.
artifactSystem::SharedPtr<BatesNArtifact>The BatesNArtifact instance to be added to each page.

See Also