iTextSharp.text.pdf.PdfPage.IsParent C# (CSharp) Method

IsParent() public method

public IsParent ( ) : bool
return bool
        public bool IsParent() {
            return false;
        }