Files
PdfPig/src/UglyToad.Pdf/Graphics/Operations/IGraphicsStateOperation.cs

7 lines
141 B
C#

namespace UglyToad.Pdf.Graphics.Operations
{
internal interface IGraphicsStateOperation
{
string Operator { get; }
}
}