mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
7 lines
141 B
C#
7 lines
141 B
C#
namespace UglyToad.Pdf.Graphics.Operations
|
|
{
|
|
internal interface IGraphicsStateOperation
|
|
{
|
|
string Operator { get; }
|
|
}
|
|
} |