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




Glossary Item Box

How to compress the pdf file. The default is FAST.

Syntax

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 

Members

MemberDescription
FASTFast 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.
MAXMaximum 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.
NONENo compression. Fine for small files and where bandwidth is not an issue and processing time is.

Inheritance Hierarchy

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)

See Also

© 2019 All Rights Reserved.