PdfLiteSettingsConvertMeaninglessCollections Property |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool ConvertMeaninglessCollections { get; set; }
Public Property ConvertMeaninglessCollections As Boolean
Get
Set
Property Value
Type:
BooleanIf
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