Click or drag to resize

PdfDocumentSave Method (String, Stream)

Note: This API is now obsolete.

Saves a PdfDocument into the supplied stream, encrypting with the supplied password.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This method is obsolete. Use Save(Stream, PdfSaveOptions) instead.", 
	true)]
public void Save(
	string userPassword,
	Stream stm
)

Parameters

userPassword
Type: SystemString
A value to use for the user password. This parameter may be null.
stm
Type: System.IOStream
A non-null stream to which to save the resulting document.
See Also