Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / PdfSecurity Class / PdfSecurity Constructor / PdfSecurity Constructor(String)
The password that permits the viewer unrestricted access to the document.


In This Topic
    PdfSecurity Constructor(String)
    In This Topic
    Initializes an instance of the PdfSecurity class with the specified passwords and default permissions. By default all permissions are allowed.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ownerPassword As String _
    )
    'Usage
     
    
    Dim ownerPassword As String
     
    Dim instance As New PdfSecurity(ownerPassword)
    public PdfSecurity( 
       string ownerPassword
    )

    Parameters

    ownerPassword
    The password that permits the viewer unrestricted access to the document.
    See Also