| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum ReportPdf.ALLOW Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ReportPdf.ALLOW | |
| C# | |
|---|---|
[Flags()] public enum ReportPdf.ALLOW : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
[Flags()] __value public enum ReportPdf.ALLOW : public System.Enum | |
| C++/CLI | |
|---|---|
[Flags()] 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 10, Windows NT, indows Server
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\net48\WindwardReportsAPI.dll)