8 lines
170 B
C#
8 lines
170 B
C#
namespace VAR.PdfTools.PdfElements
|
|
{
|
|
public class PdfNull : IPdfElement
|
|
{
|
|
public PdfElementTypes Type { get { return PdfElementTypes.Null; } }
|
|
}
|
|
}
|