add and document core classes for colorspace information

This commit is contained in:
Eliot Jones
2019-08-04 12:57:06 +01:00
parent f07ab7d2c3
commit 1d551d6de3
6 changed files with 237 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
namespace UglyToad.PdfPig.Core
{
using System.IO;
internal interface ICosStreamWriter
{
void WriteToPdfStream(BinaryWriter output);
}
}