private static void enable(Tiff tif) { T2P t2p = tif.Clientdata() as T2P; if (t2p == null) throw new ArgumentException(Tiff2PdfConstants.UnexpectedClientData, "tif"); t2p.m_outputdisable = false; }