RasterRendererGetImage Method (Int32, Int32, Int32, RenderingOptions)ByteScout PDF Renderer SDK
Renders PDF document page to Image object.

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

public Image GetImage(
	int pageIndex,
	int width,
	int height,
	RenderingOptions renderingOptions
)

Parameters

pageIndex
Type: SystemInt32
Page index.
width
Type: SystemInt32
Width of the output image in pixels. Use -1 to calculate the width from height keeping the aspect ratio.
height
Type: SystemInt32
Height of the output image in pixels. Use -1 to calculate the height from width keeping the aspect ratio.
renderingOptions
Type: Bytescout.PDFRendererRenderingOptions
Additional conversion options.

Return Value

Type: Image
Image object.

Implements

IRasterRendererGetImage(Int32, Int32, Int32, RenderingOptions)
See Also

Reference