Click or drag to resize

PdfPageExtension Class

Define extension methods for PdfPage class.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfPageExtension

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf.Gdi (in Patagames.Pdf.Gdi.dll) Version: 5.1.3
Syntax
public static class PdfPageExtension

The PdfPageExtension type exposes the following members.

Methods
 NameDescription
Public Extension MethodDeviceToPageEx Convert the screen coordinate of a point to page coordinate.
Public Extension MethodPageToDeviceEx Convert the page coordinate of a point to screen coordinate
Public Extension MethodRender(PdfPage, PdfBitmap, Rectangle, PageRotate, RenderFlags) Render contents in a page to a device-independent bitmap specified by a Rectangle structure.
Public Extension MethodRender(PdfPage, Graphics, Rectangle, PageRotate, RenderFlags) Render contents in a page to a drawing surface specified by a Rectangle structure.
Public Extension MethodRender(PdfPage, IntPtr, Rectangle, PageRotate, RenderFlags) Render contents in a page to the device context specified by a Rectangle structure.
Public Extension MethodRender(PdfPage, PdfBitmap, Point, Size, PageRotate, RenderFlags) Render contents in a page to a device-independent bitmap specified by a location and size.
Public Extension MethodRender(PdfPage, Graphics, Point, Size, PageRotate, RenderFlags) Render contents in a page to a drawing surface specified by a location and size.
Public Extension MethodRender(PdfPage, IntPtr, Point, Size, PageRotate, RenderFlags) Render contents in a page to the device context specified by a location and size.
Public Extension MethodRender(PdfPage, Graphics, Int32, Int32, Int32, Int32, PageRotate, RenderFlags) Render contents in a page to a drawing surface specified by a coordinate pair, a width, and a height.
Public Extension MethodStartProgressiveRender(PdfPage, PdfBitmap, Rectangle, PageRotate, RenderFlags, Byte) Start to render page contents to a device independent bitmap progressively specified by a Rectangle structure.
Public Extension MethodStartProgressiveRender(PdfPage, PdfBitmap, Point, Size, PageRotate, RenderFlags, Byte) Start to render page contents to a device independent bitmap progressively specified by a location and size.
Top
See Also