Link Search Menu Expand Document

VectorRendererSave Method (Stream, Int32, Single, RenderingOptions)

Renders document page to stream.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public void Save(
	Stream stream,
	int pageIndex,
	float renderingResolution,
	RenderingOptions renderingOptions
)

Parameters

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

Implements

IVectorRendererSave(Stream, Int32, Single, RenderingOptions)
See Also

Reference