Windward Studios API Reference
CompressionLevel Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPdf Class : CompressionLevel Property




Glossary Item Box

Set the compression level. Basically a higher compression level means a smaller final pdf file - but also a longer processing time.

Syntax

Visual Basic (Declaration) 
Public Property CompressionLevel As ReportPdf.COMP
Visual Basic (Usage)Copy Code
Dim instance As ReportPdf
Dim value As ReportPdf.COMP
 
instance.CompressionLevel = value
 
value = instance.CompressionLevel
C# 
public ReportPdf.COMP CompressionLevel {get; set;}
Managed Extensions for C++ 
public: __property ReportPdf.COMP get_CompressionLevel();
public: __property void set_CompressionLevel( 
   ReportPdf.COMP value
);
C++/CLI 
public:
property ReportPdf.COMP CompressionLevel {
   ReportPdf.COMP get();
   void set (    ReportPdf.COMP value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software