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