IRasterRendererSave Method (Stream, 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 as image file in specified format to stream.
Namespace:Bytescout.PDFRendererAssembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
void Save( Stream destStream, RasterImageFormat outputFormat, int pageIndex, float renderingResolution )
Parameters
- destStream
- Type: System.IOStream
Destination stream. - outputFormat
- Type: Bytescout.PDFRendererRasterImageFormat
Output image format. - pageIndex
- Type: SystemInt32
Page index. - renderingResolution
- Type: SystemSingle
Rendering resolution, in pixels per inch.
See Also