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