Remarks
When an SVG is added to the Text
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
public string GetImage(PageContent contents, int iMaxImageResolution)
Public Function GetImage(ByVal contents As PageContent, ByVal iMaxImageResolution As Integer) As String
Parameter | Description |
---|---|
zoom |
Specifies a zooming factor in percent. |
contents | Specifies the image's contents. It can be one or more of the values of the Page |
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. |
When an SVG is added to the Text