  | 
PdfDocumentSecurityOwnerPassword Property  | 
 Sets or gets the owner password.
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
Syntaxpublic string OwnerPassword { get; set; }Public Property OwnerPassword As String
	Get
	Set
Property Value
Type: 
String
Remarks
            This password is required to change permissions of the pdf document (like printing or editing).
            
See Also