Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes.PageShapeModel
PageShapeModel.KeepAspectRatio Property
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.
csharp
public bool KeepAspectRatio { get; set; }