Gets a part of a document as an image.
public System.Drawing.Imaging.Bitmap GetImage()
Public Function GetImage() As System.Drawing.Imaging.Bitmap
public System.Drawing.Imaging.Bitmap GetImage(System.Drawing.Rectangle clipRectangle)
Public Function GetImage(ByVal clipRectangle As System.Drawing.Rectangle) As System.Drawing.Imaging.Bitmap
public bool GetImage(out byte[] arImage)
Public Function GetImage(ByRef arImage As Byte()) As Boolean
public bool GetImage(out byte[] arImage, System.Drawing.Rectangle clipRectangle)
Public Function GetImage(ByRef arImage As Byte(), ByVal clipRectangle As System.Drawing.Rectangle) As Boolean
public string GetImage(Rectangle clipRectangle, int iFirstInvalidLine, int iLastInvalidLine, int iMaxImageResolution)
Public Function GetImage(ByVal clipRectangle As Rectangle, ByVal iFirstInvalidLine As Integer, ByVal iLastInvalidLine As Integer,
ByVal iMaxImageResolution As Integer) As String
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. |