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

8 lines
170 B
C#

namespace VAR.PdfTools.PdfElements
{
public class PdfNull : IPdfElement
{
public PdfElementTypes Type { get { return PdfElementTypes.Null; } }
}
}