IVectorRendererGetMetafile Method (Int32, Single)ByteScout PDF Renderer SDK
Renders document page to Metafile.

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax

Metafile GetMetafile(
	int pageIndex,
	float renderingResolution
)

Parameters

pageIndex
Type: SystemInt32
Index of the page.
renderingResolution
Type: SystemSingle
Rendering resolution, in pixels per inch.

Return Value

Type: Metafile
Metafile object.
Remarks

Pixel dimensions of the image will be calculated from PDF document Points (1/72") using the rendering resolution value.
See Also

Reference