ExportToPdf(SKPicture, String, SKColor, Single, Single) Method

Definition

Namespace Svg.Editor.Svg
Assembly Svg.Editor.Svg.dll
public bool ExportToPdf(SKPicture picture, string path, SKColor background, float scaleX = 1F, float scaleY = 1F)

Parameters

path
String?
background
SkiaSharp.SKColor
scaleX
Single
scaleY
Single

Returns