PageCollectionExtensions.AddBatesNumbering
Contents
[
Hide
]AddBatesNumbering(this PageCollection, Action<BatesNArtifact>)
Adds Bates numbering to each page in the given page collection using the specified action to configure the BatesNArtifact.
public static void AddBatesNumbering(this PageCollection pageCollection,
Action<BatesNArtifact> action)
Parameter | Type | Description |
---|---|---|
pageCollection | PageCollection | The collection of pages to which the Bates numbering will be added. |
action | Action`1 | An action to configure the BatesNArtifact before adding it to each page. |
See Also
- class PageCollection
- class BatesNArtifact
- class PageCollectionExtensions
- namespace Aspose.Pdf
- assembly Aspose.PDF
AddBatesNumbering(this PageCollection, BatesNArtifact)
Adds the specified Bates numbering artifact to each page in the given page collection.
public static void AddBatesNumbering(this PageCollection pageCollection, BatesNArtifact artifact)
Parameter | Type | Description |
---|---|---|
pageCollection | PageCollection | The collection of pages to which the Bates numbering artifact will be added. |
artifact | BatesNArtifact | The BatesNArtifact instance to be added to each page. |
See Also
- class PageCollection
- class BatesNArtifact
- class PageCollectionExtensions
- namespace Aspose.Pdf
- assembly Aspose.PDF