// Copyright (C) Michael Still (mikal@stillhq.com) 2005 // Released under the terms of the GNU LGPL. See COPYING for more details... namespace OpenPdf { public class TrailerItem { // TODO: Lookup the PDF specification and write something a little less pathetic here... public TrailerItem(int offset, int thingie, int letter) { } } }