Beispiel #1
0
 static public PipelinePage Show(this PipelinePage page, Color color)
 {
     PipelineDebug.Show((PipelineInputPdf)page.Context, page.LastResult, color);
     return(page);
 }
Beispiel #2
0
        public PipelineText <TT> Show(Color Color)
        {
            PipelineDebug.Show((PipelineInputPdf)Context, CurrentStream, Color);

            return(this);
        }