ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / Security Property

In This Topic
    Security Property (C1PdfDocument)
    In This Topic
    Gets the PdfSecurity object that manages security for the current document (passwords, etc).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Security As PdfSecurity
    public PdfSecurity Security {get;}
    See Also