iTextSharp.text.pdf.PdfWriter.PropertyExists C# (CSharp) Method

PropertyExists() private method

private PropertyExists ( Object prop ) : bool
prop Object
return bool
        internal bool PropertyExists(Object prop)
        {
            return documentProperties.ContainsKey(prop);
        }