mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-04-05 20:55:01 +08:00
Fixes compiler error
This commit is contained in:
parent
bd968ff074
commit
c285c567e8
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
public int HeightInSamples { get; set; }
|
public int HeightInSamples { get; set; }
|
||||||
|
|
||||||
public ColorSpace? ColorSpace => IsImageMask ? null : ColorSpaceDetails.Type;
|
public ColorSpace? ColorSpace => IsImageMask ? default(ColorSpace?) : ColorSpaceDetails.Type;
|
||||||
|
|
||||||
public int BitsPerComponent { get; set; } = 8;
|
public int BitsPerComponent { get; set; } = 8;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user