iTextSharp.text.MarkedObject.IsContent C# (CSharp) Метод

IsContent() публичный Метод

public IsContent ( ) : bool
Результат bool
        public bool IsContent()
        {
            return true;
        }