 | PdfPageExtension Class |
Define extension methods for
PdfPage class.
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf.Gdi (in Patagames.Pdf.Gdi.dll) Version: 5.1.3
Syntaxpublic static class PdfPageExtension
<ExtensionAttribute>
Public NotInheritable Class PdfPageExtension
[ExtensionAttribute]
public ref class PdfPageExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type PdfPageExtension = class end
/** @attribute ExtensionAttribute */
public final class PdfPageExtension
Patagames.Pdf.Net.PdfPageExtension = function();
Type.createClass(
'Patagames.Pdf.Net.PdfPageExtension');
The PdfPageExtension type exposes the following members.
Methods| | Name | Description |
|---|
 | DeviceToPageEx |
Convert the screen coordinate of a point to page coordinate.
|
 | PageToDeviceEx |
Convert the page coordinate of a point to screen coordinate
|
 | Render(PdfPage, PdfBitmap, Rectangle, PageRotate, RenderFlags) |
Render contents in a page to a device-independent bitmap specified by a Rectangle structure.
|
 | Render(PdfPage, Graphics, Rectangle, PageRotate, RenderFlags) |
Render contents in a page to a drawing surface specified by a Rectangle structure.
|
 | Render(PdfPage, IntPtr, Rectangle, PageRotate, RenderFlags) |
Render contents in a page to the device context specified by a Rectangle structure.
|
 | Render(PdfPage, PdfBitmap, Point, Size, PageRotate, RenderFlags) |
Render contents in a page to a device-independent bitmap specified by a location and size.
|
 | Render(PdfPage, Graphics, Point, Size, PageRotate, RenderFlags) |
Render contents in a page to a drawing surface specified by a location and size.
|
 | Render(PdfPage, IntPtr, Point, Size, PageRotate, RenderFlags) |
Render contents in a page to the device context specified by a location and size.
|
 | Render(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.
|
 | StartProgressiveRender(PdfPage, PdfBitmap, Rectangle, PageRotate, RenderFlags, Byte) |
Start to render page contents to a device independent bitmap progressively specified by a Rectangle structure.
|
 | StartProgressiveRender(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