5 references to IPdfPage
Microsoft.Maui.Graphics (5)
IPdfRenderService.cs (1)
7
IPdfPage
CreatePage(Stream stream, int pageNumber = -1);
PdfPageExtensions.cs (4)
9
public static byte[] AsBytes(this
IPdfPage
target)
21
public static Stream AsStream(this
IPdfPage
target)
33
public static async Task<byte[]> AsBytesAsync(this
IPdfPage
target)
45
public static string AsBase64(this
IPdfPage
target)