Click or drag to resize

PdfPageRender Method

Overload List
  NameDescription
Public methodRender(Graphics, Rectangle, PageRotate, RenderFlags)
Render contents in a page to a drawing surface specified by a Rectangle structure.
Public methodRender(IntPtr, Rectangle, PageRotate, RenderFlags)
Render contents in a page to the device context specified by a Rectangle structure.
Public methodRender(PdfBitmap, Rectangle, PageRotate, RenderFlags)
Render contents in a page to a device-independent bitmap specified by a Rectangle structure.
Public methodRender(Graphics, Point, Size, PageRotate, RenderFlags)
Render contents in a page to a drawing surface specified by a location and size.
Public methodRender(IntPtr, Point, Size, PageRotate, RenderFlags)
Render contents in a page to the device context specified by a location and size.
Public methodRender(PdfBitmap, Point, Size, PageRotate, RenderFlags)
Render contents in a page to a device-independent bitmap specified by a location and size.
Public methodRender(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 methodRender(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.
Public methodRender(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.
Top
See Also