Merge Replication Compression Level
Q: How do enable compression when using SQL Server Merge Replication?
A: There is a property on the SQLCeReplication object appropriately named CompressionLevel that can be used to determine the level of compression that is used. Valid values are 0 (no compression), 1 (default) through to 6 (maximum compression). More information is available via MSDN