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
Remarks
Read the Render and print PDF documents in C# and VB.NET article for examples of using this method.