Click or drag to resize

PdfGeneratedDocument Constructor (Stream, Boolean)

Initializes a new instance of the PdfGeneratedDocument class.

Namespace:  Atalasoft.PdfDoc.Generating
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfGeneratedDocument(
	Stream stm,
	bool attemptToImportForeignContent
)

Parameters

stm
Type: System.IOStream
The stream containing the previously generated pdf.
attemptToImportForeignContent
Type: SystemBoolean
if set to true attempt to import PDF content not previously serialized by DotPdf.
See Also