C1.Silverlight.PdfViewer.5
ParsingError Event

Fired only when any error occurs in pdf parsing.
Syntax
'Declaration
 
Public Event ParsingError As System.EventHandler(Of ParsingErrorEventArgs)
public event System.EventHandler<ParsingErrorEventArgs> ParsingError
Event Data

The event handler receives an argument of type ParsingErrorEventArgs containing data related to this event. The following ParsingErrorEventArgs properties provide information specific to this event.

PropertyDescription
ParsingExceptionGets or sets the Exception when parsing.  
See Also

Reference

C1PdfViewer Class
C1PdfViewer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.