Visual Basic (Declaration) | |
---|---|
Public Enum ReportPdf.COMP Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ReportPdf.COMP |
C# | |
---|---|
public enum ReportPdf.COMP : System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ReportPdf.COMP : public System.Enum |
C++/CLI | |
---|---|
public enum class ReportPdf.COMP : public System.Enum |
Member | Description |
---|---|
FAST | Fast compression. Will perform any compression that reduces the final file size significantly and does not take that much processing time. This provides a good balance between processing time and file size. |
MAX | Maximum compression. Will compress everything with the best compression algorithm for each block. This will take significant processing time but will produce the smallest final file. Best for situations where bandwidth is a major issue. |
NONE | No compression. Fine for small files and where bandwidth is not an issue and processing time is. |
System.Object
System.ValueType
System.Enum
net.windward.api.csharp.ReportPdf.COMP
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)