LibRdlCrossPlatformViewer.PageDrawing.ProcessHtml C# (CSharp) Method

ProcessHtml() private method

private ProcessHtml ( fyiReporting.RDL.PageTextHtml pth, System g ) : void
pth fyiReporting.RDL.PageTextHtml
g System
return void
        private void ProcessHtml(PageTextHtml pth, System.Drawing.Graphics g)
        {
            pth.Build(g);				// Builds the subobjects that make up the html
            this.ProcessPage(g, pth);
        }