Winnovative RTF to PDF Converter Library for .NET
UseCrossRefStreams Property
NamespacesWinnovative.WnvRtfToPdfPdfConverterUseCrossRefStreams
Winnovative RTF to PDF Converter Library for .NET
When this property is true, the generated PDF will store the PDF cross-reference table and PDF trailer in compressed cross-reference streams and therefore the generated PDF document will be smaller in size. Set this false for compatibility with third party tools unable to understand the cross-reference streams. The default value is false.
Declaration Syntax
C#Visual BasicVisual C++
public bool UseCrossRefStreams { get; set; }
Public Property UseCrossRefStreams As Boolean
public:
property bool UseCrossRefStreams {
	bool get ();
	void set (bool value);
}

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 2.0.5.0 (2.0.5.0)