Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / PdfExporter Class / PdfSecurityOptions Property

In This Topic
    PdfSecurityOptions Property (PdfExporter)
    In This Topic
    Gets a PdfSecurityOptions object which specifies who can use the PDF document and what actions are allowed. This property is used only when ServerSide is false.
    Syntax
    'Declaration
     
    Public ReadOnly Property PdfSecurityOptions As PdfSecurityOptions
    public PdfSecurityOptions PdfSecurityOptions {get;}
    See Also