Set this property on true to store the PDF cross-reference table and PDF trailer in compressed cross-reference streams
and to reduce the PDF file size. The default value is false for the new documents
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool CompressCrossReference { get; set; } |
| Visual Basic |
|---|
Public Property CompressCrossReference As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool CompressCrossReference {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also