React to IPdfImage change

This commit is contained in:
Jason Nelson
2024-04-03 22:02:06 -07:00
committed by BobLd
parent 49c155cca2
commit a68febfa95

View File

@@ -19,6 +19,8 @@
public ReadOnlyMemory<byte> RawMemory { get; }
public ReadOnlySpan<byte> RawBytes => RawMemory.Span;
public RenderingIntent RenderingIntent { get; set; } = RenderingIntent.RelativeColorimetric;
public bool IsImageMask { get; set; }