ActiveReports 9
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum