Click or drag to resize

PdfRenderer Constructor (Stream, PdfSaveOptions, Boolean, Boolean)

Initializes a new instance of the PdfRenderer class.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfRenderer(
	Stream outStream,
	PdfSaveOptions pdfSaveOptions = null,
	bool embedGeneratedContent = true,
	bool selfPrinting = false
)

Parameters

outStream
Type: System.IOStream
The out stream.
pdfSaveOptions (Optional)
Type: Atalasoft.PdfDocPdfSaveOptions
The options for saving the PDF document.
embedGeneratedContent (Optional)
Type: SystemBoolean
if set to true [embed generated content].
selfPrinting (Optional)
Type: SystemBoolean
if set to true [self printing].
See Also