Click or drag to resize

PdfLiteSettingsThrowMaxPagesException Property

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

Property Value

Type: Boolean
true if a RadPdfPdfProcessingMaxPagesException should be thrown when attempting to load a PDF containing more pages than allowed by MaxPdfPages; otherwise false to truncate PDF documents longer than MaxPdfPages and all pages after MaxPdfPages will be deleted. The default is true.
Remarks

If MaxPdfPages is 0, this property has no effect.

See Also