Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PdfSecurity Property


In This Topic
    PdfSecurity Property
    In This Topic
    Gets or sets the security for printing the sheet as PDF.
    Syntax
    'Declaration
     
    
    Public Property PdfSecurity As PdfSecurity
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PdfSecurity
     
    instance.PdfSecurity = value
     
    value = instance.PdfSecurity
    public PdfSecurity PdfSecurity {get; set;}
    See Also