Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.