| PdfLiteSettingsThrowMaxPagesException Property  | 
  
    Namespace: 
   RadPdf.Lite
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic 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
Remarks See Also
See Also