Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes
PageShapeModel Class
A page shape is a placeholder for an existing page.
It is used to stamp existing pages on an other page, which could be either a new or an existing page.
csharp
public class PageShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.ShapeModel
Inheritance System.Object 🡒 ShapeModel 🡒 PageShapeModel
Remarks
Placing a page using the PageShape removes all interactive features such as links and form fields.
Properties | |
---|---|
Height | The height of this page shape in points. |
KeepAspectRatio | If KeepAspectRatio is set to true, the size is calculated from the width and height so that the width/height ratio is equal to the ratio of the original page. If set to false, the specified. width and height are used and the page will in general appear distorted. |
PageBoundary | Specifies which page boundary corresponds to this page shape, the space outside the specified boundary will be clipped. |
Width | The width of this page shape in points. |