Windward Studios API Reference
Security Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPdf Class : Security Property




Glossary Item Box

Set the security for the created pdf report.

Syntax

Visual Basic (Declaration) 
Public Property Security As ReportPdf.ALLOW
Visual Basic (Usage)Copy Code
Dim instance As ReportPdf
Dim value As ReportPdf.ALLOW
 
instance.Security = value
 
value = instance.Security
C# 
public ReportPdf.ALLOW Security {get; set;}
Managed Extensions for C++ 
public: __property ReportPdf.ALLOW get_Security();
public: __property void set_Security( 
   ReportPdf.ALLOW value
);
C++/CLI 
public:
property ReportPdf.ALLOW Security {
   ReportPdf.ALLOW get();
   void set (    ReportPdf.ALLOW value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software