PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocumentBase Class / Security Property

In This Topic
    Security Property (C1PdfDocumentBase)
    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