Windward Engine API Reference
ReportPdf.ALLOW Enumeration
See Also  Send comments on this topic.
net.windward.api.csharp Namespace : ReportPdf.ALLOW Enumeration




Glossary Item Box

The PDF file permissions. The default is to allow everything.

Syntax

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 

Members

MemberDescription
ALLAllow everything. This is the default.
ASSEMBLYAllow assembly of the pdf report.
COPYAllow copy (cut & paste) of the pdf report.
DEGRADED_PRINTINGAllow degraded printing of the pdf report.
FILL_INAllow fill-in of the pdf report.
MOD_ANNOTATIONSAllow modifications of annotations in the pdf report.
MOD_CONTENTSAllow modification of contents in the pdf report.
PRINTINGAllow printing the pdf report.
SCREEN_READERSAllow screen capture of the pdf report.

Inheritance Hierarchy

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)

See Also

© 2019 All Rights Reserved.