Click or drag to resize

PdfAnnotationDataImporterUserPassword Property

Note: This API is now obsolete.

Gets or sets the user password to open the PDF containing the annotations.

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
[ObsoleteAttribute("This property is obsolete. To use PdfAnnotationDataImporter with passwords, provide passwords to Load method.", 
	true)]
public string UserPassword { get; set; }

Property Value

Type: String
The user password for opening the PDF.
See Also