namespace QuestPDF.Elements { internal sealed class DebugPointer : Container { public string Target { get; set; } public bool Highlight { get; set; } } }