Click or drag to resize

PdfARenderer Constructor

Initializes a new instance of the PdfARenderer 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 PdfARenderer(
	Stream outStream,
	bool embedGeneratedContent = true
)

Parameters

outStream
Type: System.IOStream
The out stream.
embedGeneratedContent (Optional)
Type: SystemBoolean
if set to true [embed generated content].
Remarks

PDF/A does not support JavaScript actions, so SelfPrinting will be ignored during the saving.

See Also