 | PdfPageRender Method (Graphics, Rectangle, PageRotate, RenderFlags) |
Render contents in a page to a drawing surface specified by a
Rectangle structure.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic void Render(
Graphics graphics,
Rectangle rect,
PageRotate rotate,
RenderFlags flags
)
Public Sub Render (
graphics As Graphics,
rect As Rectangle,
rotate As PageRotate,
flags As RenderFlags
)
public:
void Render(
Graphics^ graphics,
Rectangle rect,
PageRotate rotate,
RenderFlags flags
)
member Render :
graphics : Graphics *
rect : Rectangle *
rotate : PageRotate *
flags : RenderFlags -> unit
public void Render(
Graphics graphics,
Rectangle rect,
PageRotate rotate,
RenderFlags flags
)
function Render(graphics, rect, rotate, flags);
Parameters
- graphics
- Type: System.DrawingGraphics
GDI+ drawing surface - rect
- Type: System.DrawingRectangle
A Rectangle structure that represents the rectangle in the device coordinate. - rotate
- Type: Patagames.Pdf.EnumsPageRotate
Page orientation. PageRotate for details. - flags
- Type: Patagames.Pdf.EnumsRenderFlags
RenderFlags.None for normal display, or combination of RenderFlags
See Also