Spread for ASP.NET 12 Product Documentation
PdfSecurity Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : PdfSecurity Property
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

Reference

PrintInfo Class
PrintInfo Members