using SkiaSharp; namespace QuestPDF.Previewer { record PreviewPage(SKPicture Picture, float Width, float Height); }