Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PdfExporter Class / Security Property

In This Topic
    Security Property
    In This Topic
    Gets the PdfSecurity object describing security properties of the produced PDF document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Security As PdfSecurity
    public PdfSecurity Security {get;}
    See Also