ActiveReports 13
Compression Enumeration

GrapeCity.ActiveReports.Export.Image Assembly > GrapeCity.ActiveReports.Export.Image.Page.Renderers Namespace : Compression Enumeration
Compression of rendered Tiff image.
Syntax
'Declaration
 
Public Enum Compression 
   Inherits System.Enum
public enum Compression : System.Enum 
Members
MemberDescription
Ccitt3This uses the CCITT Group 3 compression. This compression format is used mainly in faxes and delivers a Black and White output. The standards of CCITT Group 3 are 1728 x 2376 pixels, and the resolution is 200 x 196 DPI. If the aspect ratio of the report does not meet these standards, a margin gets inserted at the bottom.
LzwThis uses LZW compression which is a lossless compression and delivers color output.
NoneSpecifies no compression and delivers color output.
RlePackBits compression format that uses the Run-Length Encoding (RLE) compression method and delivers Black and White output.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Image.Page.Renderers.Compression

See Also

Reference

GrapeCity.ActiveReports.Export.Image.Page.Renderers Namespace