File: IPdfExportService.cs | Web Access |
Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics) |
namespace Microsoft.Maui.Graphics { internal interface IPdfExportService { PdfExportContext CreateContext(float width = -1, float height = -1); } } |