Click or drag to resize
Pdf Library for .NET

PdfSecurityOptionsOwnerPassword Property

Sets or gets the owner password.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public string OwnerPassword { get; set; }

Property Value

Type: String
Remarks
This password is required to change permissions of the pdf document (like printing or editing).
See Also