RasterRendererSave Method (String, RasterImageFormat, Int32, Single)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Renders PDF document page to image file in specified format.
Namespace:Bytescout.PDFRendererAssembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public void Save( string destFileName, RasterImageFormat outputFormat, int pageIndex, float renderingResolution )
Parameters
- destFileName
- Type: SystemString
Destination file name. - outputFormat
- Type: Bytescout.PDFRendererRasterImageFormat
Output image format. - pageIndex
- Type: SystemInt32
Page index. - renderingResolution
- Type: SystemSingle
Rendering resolution, in pixels per inch.
Implements
IRasterRendererSave(String, RasterImageFormat, Int32, Single)See Also