![]() | PdfPageRender Method |
Name | Description | |
---|---|---|
![]() | Render(Graphics, Rectangle, PageRotate, RenderFlags) |
Render contents in a page to a drawing surface specified by a Rectangle structure.
|
![]() | Render(IntPtr, Rectangle, PageRotate, RenderFlags) |
Render contents in a page to the device context specified by a Rectangle structure.
|
![]() | Render(PdfBitmap, Rectangle, PageRotate, RenderFlags) |
Render contents in a page to a device-independent bitmap specified by a Rectangle structure.
|
![]() | Render(Graphics, Point, Size, PageRotate, RenderFlags) |
Render contents in a page to a drawing surface specified by a location and size.
|
![]() | Render(IntPtr, Point, Size, PageRotate, RenderFlags) |
Render contents in a page to the device context specified by a location and size.
|
![]() | Render(PdfBitmap, Point, Size, PageRotate, RenderFlags) |
Render contents in a page to a device-independent bitmap specified by a location and size.
|
![]() | Render(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.
|
![]() | Render(IntPtr, Int32, Int32, Int32, Int32, PageRotate, RenderFlags) |
Render contents in a page to the device context specified by a coordinate pair, a width, and a height.
|
![]() | Render(PdfBitmap, Int32, Int32, Int32, Int32, PageRotate, RenderFlags) |
Render contents in a page to a device-independent bitmap specified by a coordinate pair, a width, and a height.
|