Click or drag to resize

PdfLiteSettingsConvertMeaninglessCollections Property

Gets or sets a value indicating whether a PdfWebControlLite instance should convert meaningless PDF collections (where the base PDF is asking for a reader "upgrade") to a single PDF (with pages appended) automatically if used with CreateDocument(String, Byte, PdfLiteSettings).

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool ConvertMeaninglessCollections { get; set; }

Property Value

Type: Boolean
If true collections detected to be meaningless (e.g. simply asking for a reader "upgrade") to PDF and loaded as a new document; otherwise false. The default is true.
Remarks

A PDF collection is considered meaningless if the root document contains a single page which contains a single link to a reader "upgrade" web site and contains a single embedded file.

PDF collections are also sometimes called portfolios or containers.

See Also