Spread for ASP.NET 10 Product Documentation
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;}
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PrintInfo Class
PrintInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.