feature: pdf field locations cached
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user