Files
VAR.PdfTools/VAR.PdfTools/PdfElements/IPdfElement.cs
2017-06-27 01:03:27 +02:00

8 lines
125 B
C#

namespace VAR.PdfTools.PdfElements
{
public interface IPdfElement
{
PdfElementTypes Type { get; }
}
}