DocumentAppendingEventArgsThrowMaxPagesException Property |
Namespace:
RadPdf.Integration
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 if the resulting PDF (after being appended to) would contain more pages than allowed by
MaxPdfPages;
otherwise
false to truncate resulting PDF documents longer than
MaxPdfPages and all pages after
MaxPdfPages will be deleted.
The default is
true.
Remarks See Also