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 System.Drawing.Imaging.Bitmap GetImage(int zoomFactor, PageContent contents)
public string GetImage(PageContent contents, int iMaxImageResolution)
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