Link Search Menu Expand Document

IRasterRendererSave Method (String, RasterImageFormat, Int32, Int32, Int32)

Renders PDF document page to image file in specified format.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
void Save(
	string destFileName,
	RasterImageFormat outputFormat,
	int pageIndex,
	int width,
	int height
)

Parameters

destFileName
Type: SystemString
Destination file name.
outputFormat
Type: Bytescout.PDFRendererRasterImageFormat
Output image format.
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.
See Also

Reference