feature: pdf field locations cached

This commit is contained in:
Gary Sharp
2022-11-03 16:56:12 +11:00
parent e463a7361e
commit 96cccab958
9 changed files with 121 additions and 29 deletions
@@ -5,6 +5,7 @@ namespace Disco.Models.BI.Expressions
public interface IImageExpressionResult
{
Stream GetImage(int Width, int Height);
Stream GetImage();
byte Quality { get; set; }
bool LosslessFormat { get; set; }
bool ShowField { get; set; }