public Globals() { Boolean is_true = true; PDF_Versions = new PDF_Versions(); Kinds_of_Objects = new Kinds_of_Objects(); PDF_Plugin_Properties = new PDF_Plugin_Properties(); PDF_File = new PDF_File(); PDF_Trailer = new PDF_Trailer(is_true); }
public Globals() { PDF_Properties = new PDF_Properties(true); PDF_Plugin_Properties = new PDF_Plugin_Properties(); PDF_File = new PDF_File(); PDF_Trailer = new List <PDF_Trailer>(); PDF_Document_Catalog = new Dictionary <string, object>(); PDF_Page_Tree = new Dictionary <string, object>(); PDF_Pages = new List <Dictionary <string, object> >(); PDF_Pages_Contents = new List <string>(); PDF_Pages_Resources = new Dictionary <string, object>(); }