PdfRpt.Core.Helper.PdfImageHelper.checkImage C# (CSharp) 메소드

checkImage() 개인적인 정적인 메소드

private static checkImage ( this img ) : Image
img this
리턴 iTextSharp.text.Image
        private static iTextSharp.text.Image checkImage(this iTextSharp.text.Image img)
        {
            if (img == null)
                throw new InvalidOperationException("iTextSharp.text.Image is null.");

            return img;
        }