Click or drag to resize

PdfGeneratedDocument Constructor (String, String, Stream)

Note: This API is now obsolete.

Initializes a new instance of the PdfGeneratedDocument class. This overload is designed to open an existing DotPdf generated pdf document for editing/modification.

Namespace:  Atalasoft.PdfDoc.Generating
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 PdfGeneratedDocument(Stream stm, SecureString userPassword, SecureString ownerPassword) instead.", 
	false)]
public PdfGeneratedDocument(
	string userPassword,
	string ownerPassword,
	Stream stm
)

Parameters

userPassword
Type: SystemString
The user password.
ownerPassword
Type: SystemString
The owner password.
stm
Type: System.IOStream
The stream containing the previously generated pdf.
See Also