 | PdfPageRender Method (IntPtr, Rectangle, PageRotate, RenderFlags) |
Render contents in a page to the device context specified by a
Rectangle structure.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic void Render(
IntPtr hdc,
Rectangle rect,
PageRotate rotate,
RenderFlags flags
)
Public Sub Render (
hdc As IntPtr,
rect As Rectangle,
rotate As PageRotate,
flags As RenderFlags
)
public:
void Render(
IntPtr hdc,
Rectangle rect,
PageRotate rotate,
RenderFlags flags
)
member Render :
hdc : IntPtr *
rect : Rectangle *
rotate : PageRotate *
flags : RenderFlags -> unit
public void Render(
IntPtr hdc,
Rectangle rect,
PageRotate rotate,
RenderFlags flags
)
function Render(hdc, rect, rotate, flags);
Parameters
- hdc
- Type: SystemIntPtr
Device context - 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