Click or drag to resize

PdfRenderer Constructor (String, String, Stream)

Note: This API is now obsolete.

Creates 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
[ObsoleteAttribute("This constructor is obsolete. Use PdfRenderer(outStream, pdfSaveOptions, embedGeneratedContent, selfPrinting) constructor overload.")]
public PdfRenderer(
	string UserPassword,
	string OwnerPassword,
	Stream outStream
)

Parameters

UserPassword
Type: SystemString
The user password for the document. Null indicates no password.
OwnerPassword
Type: SystemString
The owner password for the document. Null indicates no password.
outStream
Type: System.IOStream
The output stream.
See Also