Beispiel #1
0
 // TODO body
 public void AddChild(HPDF_Outline item)
 {
     LibLogger.Debug(this.GetType(), "AddChild");
 }
Beispiel #2
0
 // TODO body
 public HPDF_Outline(bool root = false, HPDF_Outline parent = null, string title = "", HPDF_Encoder encoder = null, HPDF_Xref xref = null)
 {
     LibLogger.Debug(this.GetType(), "HPDF_Outline");
 }