PdfDocumentOptionsCompressCrossReference Property

Set this property on true to store the cross-reference table and the trailer of the PDF document generated by the HTML to PDF converter in compressed cross-reference streams and to reduce the PDF file size. The default value is false

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public bool CompressCrossReference { get; set; }

Property Value

Boolean

See Also