Click or drag to resize

PdfAnnotationDataExporterOwnerPassword Property

Note: This API is now obsolete.

Gets or sets the owner password to use when opening and saving the PDF.

Namespace:  Atalasoft.Annotate.Exporters
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. Use Export method with user and owner passwords parameters.", 
	true)]
public string OwnerPassword { get; set; }

Property Value

Type: String
The owner password.
See Also