mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
React to IPdfImage change
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user