Gets an image of the page's contents.
Introduced: 15.0.
public System.Drawing.Imaging.Metafile GetImage(PageContent contents)
Public Function GetImage(ByVal Contents As PageContent) As System.Drawing.Imaging.Metafile
public System.Drawing.Imaging.Bitmap GetImage(int zoomFactor, PageContent contents)
Public Function GetImage(ByVal ZoomFactor As Integer, ByVal Contents As PageContent) As System.Drawing.Imaging.Bitmap
Parameter | Description |
---|---|
zoom |
Specifies a zooming factor in percent. It can be a value between 10 and 400 percent. |
contents | Specifies the image's contents. It can be one or more of the values of the Page |