Click or drag to resize

PdfSaveOptionsSetPasswordEncryption Method

Sets the PdfPasswordEncryption to a PDF file to which a PDF document is saved.

Use the returned PdfPasswordEncryption to set the password(s) and other encryption-related information.


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPasswordEncryption SetPasswordEncryption()

Return Value

PdfPasswordEncryption
An instance of the PdfPasswordEncryption that contains encryption-related information with which a PDF file is encrypted.
See Also