PageExtensions
Overview
PageExtensions is a class in Aspose.PDF FOSS for .NET.
Extension methods over Page that manipulate the page content stream.
This class provides 1 method for working with PageExtensions objects in .NET programs.
Available methods include: DuplicateIntersectingGraphics.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
DuplicateIntersectingGraphics(page: Page, region: Rectangle, deltaX: double, deltaY: double) | Duplicate every vector path on the page whose painted geometry intersects region, translating each copy by (deltaX, deltaY) in page coordinates. |