| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum ReportPdf.ALLOW Inherits System.Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As ReportPdf.ALLOW  | |
| C# | |
|---|---|
[FlagsAttribute()] public enum ReportPdf.ALLOW : System.Enum  | |
| Managed Extensions for C++ | |
|---|---|
[FlagsAttribute()] __value public enum ReportPdf.ALLOW : public System.Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class ReportPdf.ALLOW : public System.Enum  | |
| Member | Description | 
|---|---|
| ALL | Allow everything. This is the default. | 
| ASSEMBLY | Allow assembly of the pdf report. | 
| COPY | Allow copy (cut & paste) of the pdf report. | 
| DEGRADED_PRINTING | Allow degraded printing of the pdf report. | 
| FILL_IN | Allow fill-in of the pdf report. | 
| MOD_ANNOTATIONS | Allow modifications of annotations in the pdf report. | 
| MOD_CONTENTS | Allow modification of contents in the pdf report. | 
| PRINTING | Allow printing the pdf report. | 
| SCREEN_READERS | Allow screen capture of the pdf report. | 
System.Object
   System.ValueType
      System.Enum
         net.windward.api.csharp.ReportPdf.ALLOW
Requirements
Namespace: net.windward.api.csharp
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\WindwardReportsAPI.dll)