7 lines
124 B
C#
7 lines
124 B
C#
|
|
using SkiaSharp;
|
||
|
|
|
||
|
|
namespace QuestPDF.Previewer
|
||
|
|
{
|
||
|
|
record PreviewPage(SKPicture Picture, float Width, float Height);
|
||
|
|
}
|