Link Search Menu Expand Document

VectorRendererGetMetafile Method (Int32, Single, RenderingOptions)

Renders document page to Metafile.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public Metafile GetMetafile(
	int pageIndex,
	float renderingResolution,
	RenderingOptions renderingOptions
)

Parameters

pageIndex
Type: SystemInt32
Index of the page.
renderingResolution
Type: SystemSingle
Rendering resolution, in pixels per inch.
renderingOptions
Type: Bytescout.PDFRendererRenderingOptions
Additional conversion options.

Return Value

Type: Metafile
Metafile object.

Implements

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

Reference