Gets a part of a document as an image.
public System.Drawing.Imaging.Bitmap GetImage()
public System.Drawing.Imaging.Bitmap GetImage(System.Drawing.Rectangle clipRectangle)
public bool GetImage(out byte[] arImage)
public bool GetImage(out byte[] arImage, System.Drawing.Rectangle clipRectangle)
public string GetImage(Rectangle clipRectangle, int iFirstInvalidLine, int iLastInvalidLine, int iMaxImageResolution)
Parameter | Description |
---|---|
ar |
Specifies a byte array into which the data is saved. No memory needs to be allocated through the caller. |
clip |
Specifies the clipping, in pixels, relative to the top-left corner of the image, determined through the View. |
i |
Specifies the first of a range of lines, one-based, determining the returned image. If this parameter in 0, the clip |
i |
Specifies the last of a range of lines, one-based, determining the returned image. If this parameter in 0, the clip |
i |
Specifies a maximum resolution value, in dots per inch, for images in pixel-formats. All of these images are embedded in Portable Network Graphics (PNG) format. |