PdfPageGdiExtensions Class

Provides System.Drawing / GDI+ extension methods for the PdfPage class.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Gdi.PdfPageGdiExtensions

Namespace:  BitMiracle.Docotic.Pdf.Gdi
Assembly:  BitMiracle.Docotic.Pdf.Gdi (in BitMiracle.Docotic.Pdf.Gdi.dll)

Syntax

C#
public static class PdfPageGdiExtensions
VB
<ExtensionAttribute>
Public NotInheritable Class PdfPageGdiExtensions

The PdfPageGdiExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDraw
Draws the page on a Graphics.

See Also