Table of Contents

Method Draw

Namespace
BitMiracle.Docotic.Pdf.Gdi
Assembly
BitMiracle.Docotic.Pdf.Gdi.dll

Draw(PdfPage, Graphics)

Draws the page on a Graphics.

public static void Draw(this PdfPage page, Graphics g)

Parameters

page PdfPage

The page.

g Graphics

The Graphics to draw the page on.