iTextSharp.text.MarkedSection.NewPage C# (CSharp) Method

NewPage() public method

public NewPage ( ) : void
return void
        public void NewPage() {
            ((Section)element).NewPage();
        }
    }