Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / Security Property

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