Click or drag to resize

PdfAnnotationDataImporterLoad Method (SecureString, SecureString)

The load method is used to allow an PdfAnnotationDataImporter to load annotations from encrypted PDF document.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Load(
	SecureString userPassword,
	SecureString ownerPassword
)

Parameters

userPassword
Type: System.SecuritySecureString
The user password to load the PDF document.
ownerPassword
Type: System.SecuritySecureString
The owner password to load the PDF document.
See Also