[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlRenderer.GetImage

GetImage Method

GetImage(RectangleF, int, out int)

Gets a metafile image of a piece of the document.

Declaration
public Image GetImage(RectangleF rc, int offset, out int frameBottom)
Public Function GetImage(rc As RectangleF, offset As Integer, ByRef frameBottom As Integer) As Image
Parameters
Type Name Description
RectangleF rc

The rectangle of a image.

int offset

The offset of the frame.

int frameBottom

The frame bottom calculated value.

Returns
Type Description
Image

The metafile image of a piece of the document.